Skip to content

Commit dd07bc4

Browse files
committed
Polishing.
Reformat code. [#453][resolves #460] Signed-off-by: Mark Paluch <[email protected]>
1 parent 9dff92c commit dd07bc4

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
@@ -275,7 +275,7 @@ private static PostgresqlConnectionConfiguration.Builder fromConnectionFactoryOp
275275
private static void setupSsl(PostgresqlConnectionConfiguration.Builder builder, OptionMapper mapper) {
276276

277277
mapper.from(SSL).map(OptionMapper::toBoolean).to(enableSsl -> {
278-
if(enableSsl) {
278+
if (enableSsl) {
279279
builder.enableSsl();
280280
}
281281
});

0 commit comments

Comments
 (0)