Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 8, 2024
1 parent afef6e9 commit 2f55380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rust-examples/examples/chart_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ async fn main() {
let chart_state = ChartState::try_new(
&runtime,
spec,
Default::default(), // Inline datasets
&Default::default(), // Options
Default::default(), // Inline datasets
Default::default(), // Options
)
.await
.unwrap();
Expand Down

0 comments on commit 2f55380

Please sign in to comment.