Skip to content

Commit 7b737d1

Browse files
committed
format code
1 parent d8daf5b commit 7b737d1

File tree

1 file changed

+9
-6
lines changed
  • crates/telemetry-subscribers/src

1 file changed

+9
-6
lines changed

crates/telemetry-subscribers/src/lib.rs

+9-6
Original file line numberDiff line numberDiff line change
@@ -488,12 +488,15 @@ impl TelemetryConfig {
488488
// too early then no output will appear!
489489
let guards = TelemetryGuards::new(config_clone, worker_guard, provider);
490490

491-
(guards, TracingHandle {
492-
log: log_filter_handle,
493-
trace: trace_filter_handle,
494-
file_output,
495-
sampler,
496-
})
491+
(
492+
guards,
493+
TracingHandle {
494+
log: log_filter_handle,
495+
trace: trace_filter_handle,
496+
file_output,
497+
sampler,
498+
},
499+
)
497500
}
498501
}
499502

0 commit comments

Comments
 (0)