mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Add curly braces
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
8d14f8b5f6
commit
da06ff22da
1 changed files with 2 additions and 0 deletions
|
@ -217,7 +217,9 @@ int CmdSummary (
|
|||
}
|
||||
|
||||
if (row != -1)
|
||||
{
|
||||
table.set (row, total_col_index, Duration (daily_total).formatHours ());
|
||||
}
|
||||
|
||||
grand_total += daily_total;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue