diff --git a/src/commands/CmdDefault.cpp b/src/commands/CmdDefault.cpp index 63c1978c..2c1afc4c 100644 --- a/src/commands/CmdDefault.cpp +++ b/src/commands/CmdDefault.cpp @@ -43,9 +43,7 @@ int CmdDefault (Rules& rules, Database& database) << intervalSummarize (rules, database.getLatestInterval ()) << "\n"; else - std::cout << "\n" - << "There is no active time tracking.\n" - << "\n"; + std::cout << "There is no active time tracking.\n"; return 0; }