Skip to content

Commit ba42f82

Browse files
committed
Fix formatting in ArrayRotation tests
1 parent 1f4bc30 commit ba42f82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/java/com/thealgorithms/others/ArrayRotationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ void shouldReturnOriginalArrayWhenRotationIsZero() {
5959

6060
assertArrayEquals(new int[] {7, 8, 9}, values);
6161
}
62-
}
62+
}
63+

0 commit comments

Comments
 (0)