Fix spotless lint errors

This commit is contained in:
kimminseok
2025-10-07 23:18:35 +09:00
parent 85f2755837
commit 253d54c15a
2 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
package tech.turso.jdbc4;
import static org.junit.jupiter.api.Assertions.*;
import java.io.Reader;
import java.math.BigDecimal;
import java.math.RoundingMode;
@@ -15,8 +17,6 @@ import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
import tech.turso.TestUtils;
import static org.junit.jupiter.api.Assertions.*;
class JDBC4ResultSetTest {
private Statement stmt;