Format Java files with google-java-format

Change-Id: I8a83f8f533d88343c991a3455e428de1c6af7409
This commit is contained in:
David Pursehouse
2017-03-21 10:24:09 +09:00
parent 08bcef4d2e
commit a7480e03bb
2 changed files with 4 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ import org.eclipse.jgit.internal.storage.dfs.InMemoryRepository;
import org.eclipse.jgit.junit.TestRepository;
import org.junit.Test;
@NoHttpd
@Sandboxed
public class ProjectWatchIT extends AbstractDaemonTest {

View File

@@ -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;
}
}