Skip to content

Commit 3928904

Browse files
committed
style: fix checkstyle formatting
1 parent bdfc89b commit 3928904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/datastructures/lists/CursorLinkedListTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ void testSpecialCharacters() {
219219
list.append("Hello World!");
220220
list.append("Test@123");
221221
list.append("Special#$%");
222-
list.append(""); // Empty string
222+
list.append(""); // Empty string
223223

224224
assertEquals("Hello World!", list.get(0));
225225
assertEquals("Test@123", list.get(1));

0 commit comments

Comments
 (0)