Skip to content

Commit 8143cbb

Browse files
committed
Run spotlessApply to format the new code
1 parent f941213 commit 8143cbb

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

smithy-cli/src/main/java/software/amazon/smithy/cli/commands/TransformCommand.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,13 @@ public Consumer<String> testParameter(String name) {
9595

9696
@Override
9797
public void registerHelp(HelpPrinter printer) {
98-
printer.param(FORMAT_LONG, FORMAT_SHORT, "FORMAT",
98+
printer.param(FORMAT_LONG,
99+
FORMAT_SHORT,
100+
"FORMAT",
99101
"Output format: ast (JSON AST, default) or smf (binary).");
100-
printer.param(OUTPUT_OPTION, null, "DIR",
102+
printer.param(OUTPUT_OPTION,
103+
null,
104+
"DIR",
101105
"Output directory. Defaults to build/smithy.");
102106
printer.option(FLATTEN_OPTION, null, "Flattens and removes mixins from the model.");
103107
}

0 commit comments

Comments
 (0)