Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
@@ -125,7 +125,7 @@ void ColumnDepends::render (
|
||||
dependencyGetBlocking (task, blocking);
|
||||
|
||||
if (_style == "count")
|
||||
renderStringRight (lines, width, color, "[" + format (static_cast <int>(blocking.size ())) + "]");
|
||||
renderStringRight (lines, width, color, '[' + format (static_cast <int>(blocking.size ())) + ']');
|
||||
|
||||
else if (_style == "default" ||
|
||||
_style == "list")
|
||||
|
||||
Reference in New Issue
Block a user