mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: remove trailing space
This commit is contained in:
parent
c5766ebb51
commit
5a7697bb40
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@ use std::time::{SystemTime, UNIX_EPOCH};
|
|||
#[inline]
|
||||
pub fn timestamp_us() -> u64 {
|
||||
SystemTime::now().duration_since(UNIX_EPOCH).expect("Time went backwards").as_micros() as _
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue