Fix Format
This just deletes spaces that drove me mad.
This commit is contained in:
parent
be29dea796
commit
0bc9a91da4
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user