mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-24 23:31:00 +01:00
parent
c16a26cdbf
commit
f0463326fa
@ -94,7 +94,7 @@ impl State {
|
||||
let (duration, mut ago) = durations[i].clone();
|
||||
|
||||
while (duration.len() + ago.len()) < max_length {
|
||||
ago = " ".to_owned() + ago.as_str();
|
||||
ago = format!(" {}", ago);
|
||||
}
|
||||
|
||||
let duration = Span::styled(
|
||||
|
Loading…
Reference in New Issue
Block a user