mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +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
|
@ -91,7 +91,7 @@ int CmdGet::execute (std::string& output)
|
|||
throw std::string (STRING_CMD_GET_NO_DOM);
|
||||
|
||||
join (output, " ", results);
|
||||
output += "\n";
|
||||
output += '\n';
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue