Skip to content

Commit 066495b

Browse files
committed
Apply spotless
1 parent eccab26 commit 066495b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/com/github/jimschubert/rewrite/docker/analysis/ListRemoteFiles.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import com.github.jimschubert.rewrite.docker.DockerIsoVisitor;
1818
import com.github.jimschubert.rewrite.docker.table.RemoteFileReport;
1919
import com.github.jimschubert.rewrite.docker.tree.Docker;
20-
import com.github.jimschubert.rewrite.docker.tree.DockerRightPadded;
2120
import lombok.EqualsAndHashCode;
2221
import org.openrewrite.ExecutionContext;
2322
import org.openrewrite.ScanningRecipe;

src/test/java/com/github/jimschubert/rewrite/docker/internal/DockerfileParserTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import java.util.List;
2323

2424
import static com.github.jimschubert.rewrite.docker.internal.DockerParserHelpers.*;
25-
import static com.github.jimschubert.rewrite.docker.internal.DockerParserHelpers.assertRightPaddedLiteral;
2625
import static org.junit.jupiter.api.Assertions.*;
2726

2827
class DockerfileParserTest {

0 commit comments

Comments
 (0)