Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Reformat code.

[#453][resolves #460]

Signed-off-by: Mark Paluch <[email protected]>
  • Loading branch information
mp911de committed Oct 26, 2021
1 parent 9dff92c commit dd07bc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private static PostgresqlConnectionConfiguration.Builder fromConnectionFactoryOp
private static void setupSsl(PostgresqlConnectionConfiguration.Builder builder, OptionMapper mapper) {

mapper.from(SSL).map(OptionMapper::toBoolean).to(enableSsl -> {
if(enableSsl) {
if (enableSsl) {
builder.enableSsl();
}
});
Expand Down

0 comments on commit dd07bc4

Please sign in to comment.