Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Dec 19, 2024
1 parent 3e8873f commit a3d1bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion json_stats/src/json_stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@ fn main() {
fork: false,
},
&slices,
).unwrap();
)
.unwrap();
factory.quiet();
let factory = Arc::new(factory);

Expand Down

0 comments on commit a3d1bd0

Please sign in to comment.