Skip to content

Commit

Permalink
Increase indent slightly in output
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinCampbell committed Oct 27, 2017
1 parent f3f2b68 commit 1c5f21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OmniSharp.Host/MSBuild/Discovery/MSBuildLocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void RegisterInstance(MSBuildInstance instance)

foreach (var kvp in instance.PropertyOverrides)
{
builder.Append($"{Environment.NewLine} {kvp.Key} = {kvp.Value}");
builder.Append($"{Environment.NewLine} {kvp.Key} = {kvp.Value}");
}

_logger.LogInformation(builder.ToString());
Expand Down

0 comments on commit 1c5f21f

Please sign in to comment.