Skip to content

Commit fc1eaff

Browse files
Update TortoiseHareAlgoTest.java
Fixed line formatting build error
1 parent 15a2d1b commit fc1eaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.thealgorithms.datastructures.lists;
22

3-
import org.junit.jupiter.api.Test;
43
import static org.junit.jupiter.api.Assertions.*;
4+
import org.junit.jupiter.api.Test;
55

66
class TortoiseHareAlgoTest {
77

0 commit comments

Comments
 (0)