[lldb] Fix redundant newline in AppendError calls.
AppendError always appends a newline to the given argument, while AppendErrorWithFormat does not. I've updated the calls to remove the extra newline.
Loading
Please sign in to comment
AppendError always appends a newline to the given argument, while AppendErrorWithFormat does not. I've updated the calls to remove the extra newline.