parent
c16a26cdbf
commit
f0463326fa
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue