Skip to content

Commit 4c7ac35

Browse files
fix: remove trailing whitespace (checkstyle)
1 parent ca21a27 commit 4c7ac35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/searches/JumpSearch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
* <p>
3636
* <b>Space Complexity:</b> O(1) - only uses a constant amount of extra space
37-
*
37+
*
3838
* <p>
3939
* <b>Edge Cases:</b>
4040
* <ul>

0 commit comments

Comments
 (0)