Code Cleanup
- Show no longer indents the warning.
This commit is contained in:
committed by
Paul Beckingham
parent
109c6434f5
commit
60c1017e68
@@ -336,7 +336,7 @@ int CmdShow::execute (std::string& output)
|
||||
out << " " << *i << "\n";
|
||||
|
||||
if (context.color ())
|
||||
out << "\n " << format (STRING_CMD_SHOW_DIFFER_COLOR, error.colorize ("color"));
|
||||
out << "\n" << format (STRING_CMD_SHOW_DIFFER_COLOR, error.colorize ("color"));
|
||||
|
||||
out << "\n\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user