Skip to content

Commit

Permalink
fix: undo optimize imports formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tvinagre committed Jan 30, 2025
1 parent 54843b7 commit 6f7a1da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/price_printer/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
extern crate tycho_simulation;
mod ui;
pub mod utils;

extern crate tycho_simulation;

use std::env;

use clap::Parser;
Expand Down

0 comments on commit 6f7a1da

Please sign in to comment.