Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user