diff --git a/lldb/source/Commands/CommandObjectMultiword.cpp b/lldb/source/Commands/CommandObjectMultiword.cpp index e08b33cdce940..a881b19119280 100644 --- a/lldb/source/Commands/CommandObjectMultiword.cpp +++ b/lldb/source/Commands/CommandObjectMultiword.cpp @@ -204,7 +204,6 @@ void CommandObjectMultiword::Execute(const char *args_string, " Use \"help " + GetCommandName() + "\" to find out more.") .str()); } - error_msg.append("\n"); result.AppendError(error_msg); }