Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Jul 29, 2024
1 parent 2d7decc commit f1c87b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/duckdb/TestDuckDBJDBC.java
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ public static void test_duckdb_localdatetime() throws Exception {
stmt.close();
conn.close();
}

public static void test_duckdb_localdate() throws Exception {
Connection conn = DriverManager.getConnection(JDBC_URL);
Statement stmt = conn.createStatement();
Expand Down

0 comments on commit f1c87b5

Please sign in to comment.