Code Cleanup: Test commit

This commit is contained in:
Paul Beckingham 2017-04-12 17:13:34 -04:00
parent 3111f0dd7c
commit 2bee90fd79

View file

@ -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"))