Skip to content

Commit 9677796

Browse files
committed
Apply fmt
1 parent 927642a commit 9677796

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lading/src/bin/lading.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ use lading::{
1313
blackhole,
1414
captures::CaptureManager,
1515
config::{Config, Telemetry},
16-
generator,
17-
inspector, observer,
16+
generator, inspector, observer,
1817
target::{self, Behavior, Output},
1918
target_metrics,
2019
};
@@ -211,7 +210,6 @@ struct Opts {
211210
disable_inspector: bool,
212211
}
213212

214-
215213
fn get_config(ops: &Opts, config: Option<String>) -> Result<Config, Error> {
216214
let contents = if let Some(config) = config {
217215
config
@@ -565,7 +563,6 @@ async fn inner_main(
565563
res
566564
}
567565

568-
569566
fn main() -> Result<(), Error> {
570567
tracing_subscriber::fmt()
571568
.with_env_filter(EnvFilter::from_default_env())
@@ -577,7 +574,6 @@ fn main() -> Result<(), Error> {
577574
info!("Starting lading {version} run.");
578575
let opts: Opts = Opts::parse();
579576

580-
581577
let config = get_config(&opts, None);
582578

583579
let experiment_duration = if opts.experiment_duration_infinite {

0 commit comments

Comments
 (0)