Skip to content

Commit

Permalink
Adding newline ate the EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohpr committed Oct 23, 2024
1 parent 1eea69d commit 463b389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ public static void CalculateAdditionWithoutArithmetic_Test(int first, int second
// Assert
Assert.That(result, Is.EqualTo(expectedResult));
}
}
}
2 changes: 1 addition & 1 deletion Algorithms/Numeric/AdditionWithoutArithmetic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ public static int CalculateAdditionWithoutArithmetic(int first, int second)

return first;
}
}
}

0 comments on commit 463b389

Please sign in to comment.