Skip to content

Commit 5d3ba75

Browse files
Update TortoiseHareAlgo.java
Fixed line formatting build error
1 parent a90f534 commit 5d3ba75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/lists/TortoiseHareAlgo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void append(E value) {
3131
}
3232

3333
public E getMiddle() {
34-
if (head == null){
34+
if (head == null) {
3535
return null;
3636
}
3737

0 commit comments

Comments
 (0)