Fix source code formatting in ApproveCommand.java
Change-Id: I2b1d871a1bdc290798a5d4002a776420e372a33b Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
parent
7c50423e77
commit
1607103b74
@ -207,8 +207,8 @@ public class ApproveCommand extends BaseCommand {
|
||||
ChangeUtil.touch(change, db);
|
||||
sendMail(change, change.currentPatchSetId(), cm);
|
||||
|
||||
hooks.doCommentAddedHook(change, currentUser.getAccount(), db.patchSets().get(patchSetId), changeComment,
|
||||
approvalsMap);
|
||||
hooks.doCommentAddedHook(change, currentUser.getAccount(), db.patchSets()
|
||||
.get(patchSetId), changeComment, approvalsMap);
|
||||
}
|
||||
|
||||
private Set<PatchSet.Id> parsePatchSetId(final String patchIdentity)
|
||||
|
Loading…
x
Reference in New Issue
Block a user