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 <mpaluch@vmware.com>
  • Loading branch information
mp911de committed Oct 26, 2021
1 parent 7b00a2b commit 40c2be0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -288,7 +288,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 40c2be0

Please sign in to comment.