Skip to content

Commit abaaa9a

Browse files
committed
Fix formatting issue
1 parent e565c33 commit abaaa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/time.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ mod inner {
288288
#[cfg(target_os = "macos")]
289289
const clock_id: clock_t = 8;
290290
#[cfg(not(target_os = "macos"))]
291-
const clock_id: clock_t = libc::CLOCK_MONOTONIC;
291+
const clock_id: clock_t = libc::CLOCK_MONOTONIC;
292292
Instant { t: now(clock_id) }
293293
}
294294

0 commit comments

Comments
 (0)