CmdShow: Fixed text formatting bug
- Two feedback messasges got concatenated, with no spacing in between.
This commit is contained in:
@@ -317,7 +317,7 @@ int CmdShow::execute (std::string& output)
|
|||||||
|
|
||||||
if (issue_warning)
|
if (issue_warning)
|
||||||
{
|
{
|
||||||
out << STRING_CMD_SHOW_DIFFER;
|
out << STRING_CMD_SHOW_DIFFER << "\n";
|
||||||
|
|
||||||
if (context.color ())
|
if (context.color ())
|
||||||
out << " "
|
out << " "
|
||||||
|
|||||||
Reference in New Issue
Block a user