From c659aedf97352d2584a439ffdb36f0f0ff76db8e Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 12 May 2020 14:22:37 +0200 Subject: fix formatting --- src/output/formats.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/output') diff --git a/src/output/formats.rs b/src/output/formats.rs index e7008ee..51de033 100644 --- a/src/output/formats.rs +++ b/src/output/formats.rs @@ -42,7 +42,9 @@ impl Format for HumanReadable { .with_timezone(&Local) .format("%Y-%m-%d %H:%M:%S %a"), "Boss".green(), - item.boss.map(|x| x.to_string()).unwrap_or_else(|| "unknown".into()), + item.boss + .map(|x| x.to_string()) + .unwrap_or_else(|| "unknown".into()), if item.is_cm { " CM" } else { "" }, outcome, ) -- cgit v1.2.3