AbstractDaemonTest: Format with google-java-format Change-Id: I33b577f742f91958068118d1545480d446bc9297
diff --git a/gerrit-acceptance-framework/src/test/java/com/google/gerrit/acceptance/AbstractDaemonTest.java b/gerrit-acceptance-framework/src/test/java/com/google/gerrit/acceptance/AbstractDaemonTest.java index fb24847..42b1014 100644 --- a/gerrit-acceptance-framework/src/test/java/com/google/gerrit/acceptance/AbstractDaemonTest.java +++ b/gerrit-acceptance-framework/src/test/java/com/google/gerrit/acceptance/AbstractDaemonTest.java
@@ -501,9 +501,9 @@ * Register a repository connection over the test protocol. * * @return a URI string that can be used to connect to this repository for both fetch and push. - * */ - protected String registerRepoConnection( - Project.NameKey p, TestAccount testAccount) throws Exception { + */ + protected String registerRepoConnection(Project.NameKey p, TestAccount testAccount) + throws Exception { InProcessProtocol.Context ctx = new InProcessProtocol.Context( reviewDbProvider, identifiedUserFactory, testAccount.getId(), p);