Skip to content

Commit 5243b0f

Browse files
committed
fix: apply clang-format
1 parent f582ee6 commit 5243b0f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/java/com/thealgorithms/maths/SieveOfEratosthenesTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ void testPrimesUpTo0() {
4545

4646
@Test
4747
void testNegativeInput() {
48-
assertThrows(IllegalArgumentException.class, () -> {
49-
SieveOfEratosthenes.findPrimes(-1);
50-
});
48+
assertThrows(IllegalArgumentException.class, () -> { SieveOfEratosthenes.findPrimes(-1); });
5149
}
5250

5351
@Test

0 commit comments

Comments
 (0)