Skip to content
Closed
Prev Previous commit
Next Next commit
fix: remove trailing whitespace (checkstyle)
  • Loading branch information
prashantpiyush1111 committed Apr 14, 2026
commit 4c7ac35a155f5a32b401c880dcdbecdf7f68e6f8
2 changes: 1 addition & 1 deletion src/main/java/com/thealgorithms/searches/JumpSearch.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*
* <p>
* <b>Space Complexity:</b> O(1) - only uses a constant amount of extra space
*
*
* <p>
* <b>Edge Cases:</b>
* <ul>
Expand Down
Loading