Apply Checkstyle WhitespaceAfterCheck module
This commit is contained in:
@@ -87,11 +87,11 @@ public class HelloWebfluxMethodApplicationITests {
|
||||
}
|
||||
|
||||
private Consumer<Map<String, Object>> robsCredentials() {
|
||||
return basicAuthenticationCredentials("rob","rob");
|
||||
return basicAuthenticationCredentials("rob", "rob");
|
||||
}
|
||||
|
||||
private Consumer<Map<String, Object>> adminCredentials() {
|
||||
return basicAuthenticationCredentials("admin","admin");
|
||||
return basicAuthenticationCredentials("admin", "admin");
|
||||
}
|
||||
|
||||
private String base64Encode(String value) {
|
||||
|
||||
Reference in New Issue
Block a user