mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdDefault: Removed extra lines
This commit is contained in:
parent
8141d9d2fc
commit
ed5c155051
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue