Skip to content

Commit

Permalink
Change configuration result display
Browse files Browse the repository at this point in the history
  • Loading branch information
anewcomer authored and phatboyg committed Oct 16, 2016
1 parent c6ff2ea commit 4312b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public string Message
{
get
{
string debuggerString = string.Join(", ", _results);
string debuggerString = string.Join(Environment.NewLine, _results);

return string.IsNullOrWhiteSpace(debuggerString)
? ""
Expand Down

0 comments on commit 4312b6c

Please sign in to comment.