mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
parent
5403675100
commit
95f4989f77
58 changed files with 372 additions and 374 deletions
|
@ -111,7 +111,7 @@ int CmdReports::execute (std::string& output)
|
|||
<< view.render ()
|
||||
<< optionalBlankLine ()
|
||||
<< format (STRING_CMD_REPORTS_SUMMARY, reports.size ())
|
||||
<< "\n";
|
||||
<< '\n';
|
||||
|
||||
output = out.str ();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue