Apply Checkstyle WhitespaceAfterCheck module
This commit is contained in:
@@ -138,10 +138,10 @@ public class HelloWebfluxMethodApplicationTests {
|
||||
}
|
||||
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user