minor updates from review
This commit is contained in:
@@ -36,8 +36,8 @@ pub(crate) fn execute<W: WriteColor>(
|
||||
tags.sort();
|
||||
t.add_row(row![b->"Tags", tags.join(" ")]);
|
||||
}
|
||||
if task.is_waiting() {
|
||||
t.add_row(row![b->"Wait", task.get_wait().unwrap()]);
|
||||
if let Some(wait) = task.get_wait() {
|
||||
t.add_row(row![b->"Wait", wait]);
|
||||
}
|
||||
}
|
||||
t.print(w)?;
|
||||
|
||||
Reference in New Issue
Block a user