Fix source code formatting errors in MergeOp
Change-Id: I0428ecee3a370af0da536d9d7eeb7fb1924df3a1 Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -1189,9 +1189,11 @@ public class MergeOp {
|
||||
}
|
||||
|
||||
try {
|
||||
hooks.doChangeMergedHook(c, accountCache.get(submitter.getAccountId()).getAccount(), schema.patchSets().get(c.currentPatchSetId()));
|
||||
hooks.doChangeMergedHook(c, //
|
||||
accountCache.get(submitter.getAccountId()).getAccount(), //
|
||||
schema.patchSets().get(c.currentPatchSetId()));
|
||||
} catch (OrmException ex) {
|
||||
log.error("Cannot run hook for submitted patch set " + c.getId(), ex);
|
||||
log.error("Cannot run hook for submitted patch set " + c.getId(), ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user