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,7 +1189,9 @@ public class MergeOp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
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) {
|
} 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