Skip to content

Commit c13c792

Browse files
committed
Fix a stray comma.
1 parent 800008c commit c13c792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cap-primitives/src/time/system_clock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl SystemClock {
1717
///
1818
/// This corresponds to [`std::time::SystemTime::UNIX_EPOCH`].
1919
pub const UNIX_EPOCH: SystemTime = SystemTime {
20-
std: time::SystemTime::UNIX_EPOCH,
20+
std: time::SystemTime::UNIX_EPOCH
2121
};
2222

2323
/// Constructs a new instance of `Self`.

0 commit comments

Comments
 (0)