Skip to content

Commit 92b73da

Browse files
committed
cargo fmt
1 parent c07d51b commit 92b73da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,10 @@ where
406406
bufs.flush_current_buf(writer)
407407
}
408408

409-
fn get_timestamp<S>(&self, id: &Id ,ctx: &Context<S>,) -> Option<String>
409+
fn get_timestamp<S>(&self, id: &Id, ctx: &Context<S>) -> Option<String>
410410
where
411411
S: Subscriber + for<'span> LookupSpan<'span>,
412-
{
412+
{
413413
match ctx.span(id) {
414414
// if the event is in a span, get the span's starting point.
415415
Some(ctx) => {
@@ -466,7 +466,7 @@ where
466466
(secs * 1_000.0, "ms")
467467
} else {
468468
(secs, "s ")
469-
};
469+
};
470470

471471
let n = format!(" {n:.2}");
472472
format!(

0 commit comments

Comments
 (0)