Skip to content
Snippets Groups Projects
Commit 130da165 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4870 make format pretty

parent 28d02b55
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,14 @@ public class KeycloakRealmSmtpServerTestFactory {
}
public static OzgCloudKeycloakRealmSpec.KeycloakRealmSMTPServer.KeycloakRealmSMTPServerBuilder createBuilder() {
return KeycloakRealmSMTPServer.builder().host(SMTP_SERVER_HOST).user(SMTP_SERVER_USER)
.password(SMTP_SERVER_PASSWORD).port(SMTP_SERVER_PORT).starttls(SMTP_SERVER_STARTTLS).auth(SMTP_SERVER_AUTH).from(SMTP_SERVER_FROM)
return KeycloakRealmSMTPServer.builder()
.host(SMTP_SERVER_HOST)
.user(SMTP_SERVER_USER)
.password(SMTP_SERVER_PASSWORD)
.port(SMTP_SERVER_PORT)
.starttls(SMTP_SERVER_STARTTLS)
.auth(SMTP_SERVER_AUTH)
.from(SMTP_SERVER_FROM)
.fromDisplayName(SMTP_SERVER_FROM_DISPLAY_NAME);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment