Left-align "now"
This commit is contained in:
parent
5d191d0edd
commit
5d03f6098e
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ impl DisplayContext {
|
||||||
|
|
||||||
fn display_line_now(&mut self, spans: &[Option<SpanSegment>], time: Time) {
|
fn display_line_now(&mut self, spans: &[Option<SpanSegment>], time: Time) {
|
||||||
self.push(&format!(
|
self.push(&format!(
|
||||||
"{:>nw$} {:sw$} {}\n",
|
"{:<nw$} {:sw$} {}\n",
|
||||||
"now",
|
"now",
|
||||||
Self::display_spans(spans, ' '),
|
Self::display_spans(spans, ' '),
|
||||||
time,
|
time,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue