From 82b7e5537d76e0d36088da77c10eccd269f718ec Mon Sep 17 00:00:00 2001 From: Lim Ding Wen Date: Thu, 11 Nov 2021 10:46:13 +0800 Subject: [PATCH] SummaryColors: Fix formatting Signed-off-by: Lim Ding Wen --- src/commands/CmdSummary.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdSummary.cpp b/src/commands/CmdSummary.cpp index 2f6856e5..ef5a5c5e 100644 --- a/src/commands/CmdSummary.cpp +++ b/src/commands/CmdSummary.cpp @@ -75,7 +75,7 @@ int CmdSummary ( } // Map tags to colors. - Color colorID (rules.getBoolean("color") ? rules.get ("theme.colors.ids") : ""); + Color colorID (rules.getBoolean ("color") ? rules.get ("theme.colors.ids") : ""); auto ids = findHint (cli, ":ids"); auto show_annotation = findHint (cli, ":annotations"); @@ -153,7 +153,7 @@ int CmdSummary ( table.set (row, 3, format ("@{1}", track.id), colorID); } - table.set (row, (ids ? 4 : 3), tags, summaryIntervalColor(rules, track.tags())); + table.set (row, (ids ? 4 : 3), tags, summaryIntervalColor (rules, track.tags ())); if (show_annotation) {