Add curly braces

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2022-12-24 15:45:52 +01:00
parent 8d14f8b5f6
commit da06ff22da

View file

@ -217,7 +217,9 @@ int CmdSummary (
}
if (row != -1)
{
table.set (row, total_col_index, Duration (daily_total).formatHours ());
}
grand_total += daily_total;
}