From b98818532f09b0a2e915f3429837e99c33d337a6 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 6 Jun 2018 08:45:32 +0900 Subject: [PATCH] AsciiDoctor: Format with google-java-format version 1.6 Change-Id: Idafd9338810c727607290de908244dbe1c681740 --- lib/asciidoctor/java/AsciiDoctor.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/asciidoctor/java/AsciiDoctor.java b/lib/asciidoctor/java/AsciiDoctor.java index 219cc24436..3f306436d4 100644 --- a/lib/asciidoctor/java/AsciiDoctor.java +++ b/lib/asciidoctor/java/AsciiDoctor.java @@ -69,9 +69,8 @@ public class AsciiDoctor { private List attributes = new ArrayList<>(); @Option( - name = "--bazel", - usage = "bazel mode: generate multiple output files instead of a single zip file" - ) + name = "--bazel", + usage = "bazel mode: generate multiple output files instead of a single zip file") private boolean bazel; @Option(name = "--revnumber-file", usage = "the file contains revnumber string")