forked from loafle/openapi-generator-original
minor formatting change
This commit is contained in:
parent
b9651e5775
commit
444a05ce21
@ -87,8 +87,6 @@ public class ErlangClientCodegen extends DefaultCodegen implements CodegenConfig
|
|||||||
.defaultValue(this.packageName));
|
.defaultValue(this.packageName));
|
||||||
cliOptions.add(new CliOption(CodegenConstants.PACKAGE_NAME, "Erlang application version")
|
cliOptions.add(new CliOption(CodegenConstants.PACKAGE_NAME, "Erlang application version")
|
||||||
.defaultValue(this.packageVersion));
|
.defaultValue(this.packageVersion));
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -12,6 +12,6 @@
|
|||||||
{modules, []},
|
{modules, []},
|
||||||
|
|
||||||
{maintainers, []},
|
{maintainers, []},
|
||||||
{licenses, ["Apache 2.0"]},
|
{licenses, ["Apache-2.0"]},
|
||||||
{links, []}
|
{links, []}
|
||||||
]}.
|
]}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user