Add missing whitespace around keywords, operators and braces
Change-Id: I47923156c25c36d1755765f06e81bb6cdad6fe03
This commit is contained in:
@@ -218,7 +218,7 @@ class LoginForm extends HttpServlet {
|
||||
url.append(r.providerUrl);
|
||||
if (r.providerArgs != null && !r.providerArgs.isEmpty()) {
|
||||
boolean first = true;
|
||||
for(Map.Entry<String, String> arg : r.providerArgs.entrySet()) {
|
||||
for (Map.Entry<String, String> arg : r.providerArgs.entrySet()) {
|
||||
if (first) {
|
||||
url.append('?');
|
||||
first = false;
|
||||
|
||||
Reference in New Issue
Block a user