Skip to content

Commit 06e84d8

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
Formatted with Google Java Formatter
1 parent c988198 commit 06e84d8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/test/java/com/examplehub/basics/io/CreateFolderTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import static org.junit.jupiter.api.Assertions.*;
44

5-
import com.examplehub.basics.io.CreateFolder;
65
import org.junit.jupiter.api.Disabled;
76
import org.junit.jupiter.api.Test;
87

src/test/java/com/examplehub/basics/io/RecursionPrintDirectoryTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
package com.examplehub.basics.io;
22

3+
import java.io.File;
34
import org.junit.jupiter.api.Disabled;
45
import org.junit.jupiter.api.Test;
56

6-
import java.io.File;
7-
87
class RecursionPrintDirectoryTest {
98

109
@Test

0 commit comments

Comments
 (0)