Skip to content

Commit 1eea69d

Browse files
committed
Removing blank lines before closing bracket
1 parent bf0c064 commit 1eea69d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Algorithms.Tests/Numeric/AdditionWithoutArithmeticsTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ public static void CalculateAdditionWithoutArithmetic_Test(int first, int second
2020
// Assert
2121
Assert.That(result, Is.EqualTo(expectedResult));
2222
}
23-
24-
}
23+
}

Algorithms/Numeric/AdditionWithoutArithmetic.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ public static int CalculateAdditionWithoutArithmetic(int first, int second)
2525

2626
return first;
2727
}
28-
29-
}
28+
}

0 commit comments

Comments
 (0)