AsciiDoctor: Format with google-java-format version 1.6

Change-Id: Idafd9338810c727607290de908244dbe1c681740
This commit is contained in:
David Pursehouse 2018-06-06 08:45:32 +09:00
parent edc6a492a8
commit b98818532f
1 changed files with 2 additions and 3 deletions

View File

@ -69,9 +69,8 @@ public class AsciiDoctor {
private List<String> 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")