Benign whitespace change, let's see if it fixes whatever codecov's issue is by running again
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user