Skip to content

Commit 575c86a

Browse files
authored
Merge pull request #304 from SamSmithNZ-dotcom/finding-autofix-70bbfa7c
Fix for Useless assignment to local variable
2 parents 0dc0b34 + 2af827f commit 575c86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MandMCounter.Tests/MandMTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public void CountMandMsInACylinderWithNullUnitTest()
329329
float radius = 5;
330330

331331
//Act
332-
float result = Calculator.CountMandMs(unit, height, radius);
332+
Calculator.CountMandMs(unit, height, radius);
333333
}
334334
catch (Exception ex)
335335
{

0 commit comments

Comments
 (0)