Skip to content

Commit 463b389

Browse files
committed
Adding newline ate the EOF
1 parent 1eea69d commit 463b389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Algorithms.Tests/Numeric/AdditionWithoutArithmeticsTests.cs

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

Algorithms/Numeric/AdditionWithoutArithmetic.cs

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

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

0 commit comments

Comments
 (0)