Skip to content

Commit 40c2be0

Browse files
committed
Polishing.
Reformat code. [#453][resolves #460] Signed-off-by: Mark Paluch <[email protected]>
1 parent 7b00a2b commit 40c2be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ private static PostgresqlConnectionConfiguration.Builder fromConnectionFactoryOp
288288
private static void setupSsl(PostgresqlConnectionConfiguration.Builder builder, OptionMapper mapper) {
289289

290290
mapper.from(SSL).map(OptionMapper::toBoolean).to(enableSsl -> {
291-
if(enableSsl) {
291+
if (enableSsl) {
292292
builder.enableSsl();
293293
}
294294
});

0 commit comments

Comments
 (0)