Skip to content

Commit 6505920

Browse files
committed
style: spotless apply
1 parent de546a9 commit 6505920

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/test/java/org/sqlite/ExtensionTest.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ public void tearDown() throws Exception {
3434

3535
@Test
3636
public void loadExtensionEnabled() throws Exception {
37-
SQLiteConnection connection = (SQLiteConnection) DriverManager.getConnection("jdbc:sqlite::memory:?enable_load_extension=true");
38-
assertThat(connection.getDatabase().getConfig().isEnabledLoadExtension()).isTrue();
37+
SQLiteConnection connection =
38+
(SQLiteConnection)
39+
DriverManager.getConnection(
40+
"jdbc:sqlite::memory:?enable_load_extension=true");
41+
assertThat(connection.getDatabase().getConfig().isEnabledLoadExtension()).isTrue();
3942
}
4043

4144
@Test

0 commit comments

Comments
 (0)