Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRossignoli committed Feb 28, 2019
1 parent 69bed5a commit 19ac4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coverlet.msbuild.tasks/MSBuildLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Coverlet.MSbuild.Tasks
{
class MSBuildLogger : ILogger
{
private const string LogPrefix = "[coverlet]";
private const string LogPrefix = "[coverlet] ";

private readonly TaskLoggingHelper _log;

Expand Down

0 comments on commit 19ac4f7

Please sign in to comment.