Skip to content

Commit 295436a

Browse files
committed
Format code
1 parent 5fc74f7 commit 295436a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/context/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ struct LogContextInner {
5454
/// The number of [`Future::poll`] recorded
5555
polls: AtomicU64,
5656

57-
/// An approximation of the total CPU time spent in the context, in nanoseconds
57+
/// An approximation of the total CPU time spent in the context, in
58+
/// nanoseconds
5859
cpu_time: AtomicU64,
5960
}
6061

0 commit comments

Comments
 (0)