Skip to content

Commit 303a3b4

Browse files
nit: spaces
1 parent af7b88d commit 303a3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coverlet.core/Coverage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private void CalculateCoverage()
181181
if (isBranch)
182182
{
183183
int ordinal = int.Parse(info[3]);
184-
var branch = document.Branches[(start, ordinal)];
184+
var branch = document.Branches[(start, ordinal)];
185185
branch.Hits += hits;
186186

187187
// for MoveNext() compiler autogenerated method we need to patch false positive (IAsyncStateMachine for instance)

0 commit comments

Comments
 (0)