Skip to content

Commit 9aed8cc

Browse files
committed
style: fix import order and spacing for clang-format
1 parent 4c3ad97 commit 9aed8cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/thealgorithms/strings/LengthOfLastWordTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package com.thealgorithms.strings;
22

3-
import org.junit.jupiter.api.Test;
4-
53
import static org.junit.jupiter.api.Assertions.assertEquals;
64

5+
import org.junit.jupiter.api.Test;
6+
77
public class LengthOfLastWordTest {
88
@Test
99
public void testLengthOfLastWord() {

0 commit comments

Comments
 (0)