Benign whitespace change, let's see if it fixes whatever codecov's issue is by running again

This commit is contained in:
StephenMP
2018-05-23 11:47:01 -06:00
parent 23a780327f
commit 6dccea38de
@@ -73,7 +73,6 @@ namespace Coverlet.MSbuild.Tasks
var thresholdFailed = false;
var thresholdTypes = _thresholdType.Split(',').Select(t => t.Trim());
var summary = new CoverageSummary();
var exceptionBuilder = new StringBuilder();
var coverageTable = new ConsoleTable("Module", "Line", "Branch", "Method");