Skip to content

Commit 0f4ee5b

Browse files
committed
fmt
1 parent 9651eb7 commit 0f4ee5b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

databend-jdbc/src/test/java/com/databend/jdbc/TestDatabendDriverUri.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,13 @@ public void TestSetSchema() throws SQLException {
251251
}
252252

253253
@Test(groups = "IT")
254-
public void TestSetSessionSettings() throws SQLException{
254+
public void TestSetSessionSettings() throws SQLException {
255255
Properties props = new Properties();
256256
// set session settings
257257
props.setProperty("session_settings", "key1=value1,key2=value2");
258-
props.setProperty("user","databend");
259-
props.setProperty("password","databend");
260-
DatabendConnection connection = (DatabendConnection) Utils.createConnection("default",props);
258+
props.setProperty("user", "databend");
259+
props.setProperty("password", "databend");
260+
DatabendConnection connection = (DatabendConnection) Utils.createConnection("default", props);
261261
try {
262262
Statement statement = connection.createStatement();
263263
statement.execute("show settings");

0 commit comments

Comments
 (0)