Skip to content

Commit

Permalink
Remove an unneeded empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jan 11, 2016
1 parent 3d8da25 commit a5733fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContentSync/Log.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static void AddFinalReportEntry(string message)

public static void PrintFinalReport()
{
WriteLine(finalReport.ToString(), ConsoleColor.DarkGray);
Write(finalReport.ToString(), ConsoleColor.DarkGray);
}

public static IDisposable MeasureTime(string operationTitle)
Expand Down

0 comments on commit a5733fe

Please sign in to comment.