Skip to content

Commit 4e0c78b

Browse files
Fix: clang-format and checkstyle compliance for ZAlgorithm
1 parent 8e58ef6 commit 4e0c78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class ZAlgorithmTest {
1010
@Test
1111
void testZFunction() {
1212
int[] z = ZAlgorithm.zFunction("aaaaa");
13-
assertArrayEquals(new int[] { 0, 4, 3, 2, 1 }, z);
13+
assertArrayEquals(new int[] {0, 4, 3, 2, 1}, z);
1414
}
1515

1616
@Test

0 commit comments

Comments
 (0)