Skip to content

Commit 4d24992

Browse files
author
alxkm
committed
refactor: fix formatting
1 parent fd59eac commit 4d24992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/thealgorithms/others/ReverseStackUsingRecursionTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import static org.junit.jupiter.api.Assertions.assertThrows;
55
import static org.junit.jupiter.api.Assertions.assertTrue;
66

7-
import org.junit.jupiter.api.Test;
87
import java.util.Stack;
8+
import org.junit.jupiter.api.Test;
99

1010
public class ReverseStackUsingRecursionTest {
1111

@@ -55,4 +55,4 @@ void testReverseWithNullStack() {
5555

5656
assertTrue(actualMessage.contains(expectedMessage));
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)