StartCommand: Reformat with google-java-format 1.6

Change-Id: I3c3420f9951b8060273d88e5bf2bcacce8266ab6
diff --git a/src/main/java/com/googlesource/gerrit/plugins/replication/StartCommand.java b/src/main/java/com/googlesource/gerrit/plugins/replication/StartCommand.java
index c701c21..9336466 100644
--- a/src/main/java/com/googlesource/gerrit/plugins/replication/StartCommand.java
+++ b/src/main/java/com/googlesource/gerrit/plugins/replication/StartCommand.java
@@ -29,9 +29,8 @@
 
 @RequiresCapability(StartReplicationCapability.START_REPLICATION)
 @CommandMetaData(
-  name = "start",
-  description = "Start replication for specific project or all projects"
-)
+    name = "start",
+    description = "Start replication for specific project or all projects")
 final class StartCommand extends SshCommand {
   @Inject private ReplicationStateLogger stateLog;