Apply Checkstyle WhitespaceAfterCheck module
This commit is contained in:
@@ -86,10 +86,10 @@ public class HelloWebfluxFnApplicationITests {
|
||||
}
|
||||
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,10 +115,10 @@ public class HelloWebfluxFnApplicationTests {
|
||||
}
|
||||
|
||||
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