Skip to content

Commit

Permalink
[JENKINS-61854] Remove extra blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
MRamonLeon committed Apr 21, 2020
1 parent 6657ce0 commit d1a3544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/security/LDAPSecurityRealm.java
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ public FormValidation doValidate(StaplerRequest req) throws Exception {
String password = json.getString("testPassword");
JSONObject realmCfg;
if (hasEnableSecurityForm()) {
realmCfg = json.getJSONObject("useSecurity").getJSONObject("realm");
realmCfg = json.getJSONObject("useSecurity").getJSONObject("realm");
} else {
realmCfg = json.getJSONObject("realm");
}
Expand Down

0 comments on commit d1a3544

Please sign in to comment.