Skip to content

Commit 93ac09c

Browse files
committed
fix: apply spotless
1 parent 7f70ac1 commit 93ac09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/embulk/output/SnowflakeOutputPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ protected JdbcOutputConnector getConnector(PluginTask task, boolean retryableMet
117117
props.setProperty("warehouse", t.getWarehouse());
118118
props.setProperty("db", t.getDatabase());
119119
props.setProperty("schema", t.getSchema());
120-
if(!t.getRole().isEmpty()) {
120+
if (!t.getRole().isEmpty()) {
121121
props.setProperty("role", t.getRole());
122122
}
123123

0 commit comments

Comments
 (0)