Apply Checkstyle WhitespaceAfterCheck module
This commit is contained in:
@@ -87,10 +87,10 @@ public class HelloWebfluxApplicationITests {
|
||||
}
|
||||
|
||||
private Consumer<Map<String, Object>> userCredentials() {
|
||||
return basicAuthenticationCredentials("user","user");
|
||||
return basicAuthenticationCredentials("user", "user");
|
||||
}
|
||||
|
||||
private Consumer<Map<String, Object>> invalidCredentials() {
|
||||
return basicAuthenticationCredentials("user","INVALID");
|
||||
return basicAuthenticationCredentials("user", "INVALID");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user