Skip to content

Commit

Permalink
braid-offline: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 20, 2023
1 parent 6f5fb6e commit 99fe4ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion braid-offline/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,8 @@ where
save_performance_histograms,
};

coord_processor.braidz_write_tx
coord_processor
.braidz_write_tx
.send(flydra2::SaveToDiskMsg::StartSavingCsv(save_cfg))
.await
.unwrap();
Expand Down

0 comments on commit 99fe4ec

Please sign in to comment.