Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
@@ -62,7 +62,7 @@ int CmdCount::execute (std::string& output)
|
||||
if (task.getStatus () != Task::recurring)
|
||||
++count;
|
||||
|
||||
output = format (count) + "\n";
|
||||
output = format (count) + '\n';
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user