Skip to content

Commit 00ad44c

Browse files
author
Vincent Potucek
committed
fix SQLTokenizedFormatter
1 parent b33379f commit 00ad44c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/src/test/java/com/diffplug/spotless/sql/dbeaver/SQLTokenizedFormatterTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
import static org.assertj.core.api.Assertions.*;
44

5+
import java.util.Properties;
56
import org.junit.jupiter.api.BeforeEach;
67
import org.junit.jupiter.api.Test;
78

8-
import java.util.Properties;
9-
109
class SQLTokenizedFormatterTest {
1110
private SQLTokenizedFormatter formatter;
1211

13-
1412
@BeforeEach
1513
void setUp() {
1614
Properties properties = new Properties();

0 commit comments

Comments
 (0)