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

@ -434,10 +434,7 @@ public class delegationServices {
new BasicDBObject().append("Path", Path));
updateQuery4.append("$set",
new BasicDBObject().append("User", UserName));
updateQuery5.append("$set",
updateQuery5.append("$set",
new BasicDBObject().append("Password", Password));
updateQuery7.append("$set",
new BasicDBObject().append("Email", Email));
@ -765,4 +762,4 @@ public class delegationServices {
delegationTimer.trigger();
}
}
}
}