mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Code Cleanup: Test commit
This commit is contained in:
parent
3111f0dd7c
commit
2bee90fd79
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ int CmdContinue (
|
|||
|
||||
// Update database.
|
||||
database.deleteInterval (latest);
|
||||
for (auto& interval : flatten (modified, exclusions)) {
|
||||
for (auto& interval : flatten (modified, exclusions))
|
||||
{
|
||||
database.addInterval (interval);
|
||||
|
||||
if (rules.getBoolean ("verbose"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue