Skip to content

Commit

Permalink
right-justify timing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfay committed May 30, 2021
1 parent 6a65c7a commit 1c98ce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ impl<'a> Interface<'a> {
.unwrap();

if command.last_run.is_some() {
write!(screen, "{}", cursor::Goto(width - 9, index as u16 + RESULTS_TOP_INDEX)).unwrap();

let duration = &format_duration(
Duration::minutes(
Utc::now()
Expand Down

0 comments on commit 1c98ce7

Please sign in to comment.