Skip to content

Commit 2278690

Browse files
committed
Fix checkstyle
1 parent a743920 commit 2278690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/strings/ComplexNumberMultiplyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ void testNegative() {
2020
void testZero() {
2121
assertEquals("0+0i", ComplexNumberMultiply.multiply("0+0i", "5+3i"));
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)