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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy