Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Oct 11, 2023
1 parent 0b2bbe2 commit 9973df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use once_cell::sync::Lazy;
use crate::clients::launch_clients;
use crate::pubsub::launch_pubsub;
use crate::workload::{launch_workload, Generator};
Expand All @@ -8,6 +7,7 @@ use clap::{Arg, Command};
use core::sync::atomic::{AtomicBool, Ordering};
use core::time::Duration;
use metriken::{AtomicHistogram, Counter, Gauge};
use once_cell::sync::Lazy;
use ringlog::*;
use std::collections::HashMap;
use std::collections::VecDeque;
Expand Down

0 comments on commit 9973df7

Please sign in to comment.