Fix Format

This just deletes spaces that drove me mad.
This commit is contained in:
James Quinley 2022-02-16 14:58:20 -08:00 committed by GitHub
parent be29dea796
commit 0bc9a91da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,9 +435,6 @@ public class delegationServices {
updateQuery4.append("$set", updateQuery4.append("$set",
new BasicDBObject().append("User", UserName)); new BasicDBObject().append("User", UserName));
updateQuery5.append("$set", updateQuery5.append("$set",
new BasicDBObject().append("Password", Password)); new BasicDBObject().append("Password", Password));
updateQuery7.append("$set", updateQuery7.append("$set",
new BasicDBObject().append("Email", Email)); new BasicDBObject().append("Email", Email));