Skip to content

Commit

Permalink
remove redundant blank line before test run outcome (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph authored and singhsarab committed Jun 21, 2019
1 parent 4c09f19 commit c09eb2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vstest.console/Internal/ConsoleLogger.cs
Expand Up @@ -597,7 +597,6 @@ private void TestRunCompleteHandler(object sender, TestRunCompleteEventArgs e)
Output.Information(false, attachmentOutput);
}
}
Output.WriteLine(String.Empty, OutputLevel.Information);
}

if (e.IsCanceled)
Expand Down

0 comments on commit c09eb2b

Please sign in to comment.