Format Java files with google-java-format
Change-Id: I8a83f8f533d88343c991a3455e428de1c6af7409
This commit is contained in:
@@ -1113,7 +1113,10 @@ public class ReceiveCommits {
|
||||
break;
|
||||
|
||||
default:
|
||||
reject(cmd, "prohibited by Gerrit: don't know how to handle config update of type " + cmd.getType());
|
||||
reject(
|
||||
cmd,
|
||||
"prohibited by Gerrit: don't know how to handle config update of type "
|
||||
+ cmd.getType());
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user