summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-06-06 09:40:53 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2018-06-06 09:40:53 +0900
commit10348cfa5c12ffcb51337c64a1be8a8d407e7cf1 (patch)
tree12490460640c2a5eb081562e46692580e78bb042
parent57b202df54501c05ba1c0af93973eae5d91e4ccf (diff)
StartCommand: Reformat with google-java-format 1.6
-rw-r--r--src/main/java/com/googlesource/gerrit/plugins/replication/StartCommand.java5
1 files changed, 2 insertions, 3 deletions
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 @@ import org.kohsuke.args4j.Option;
@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;