Skip to content

Commit e7ac39a

Browse files
authored
Update SpringGeneratorCodegenTest.java
Revert wrong formatting change
1 parent 62bac41 commit e7ac39a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/test/java/io/swagger/codegen/v3/generators/java/SpringGeneratorCodegenTest.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ public void testParameterOrdersUseOas2() throws Exception {
3030
.setOutputDir(output.getAbsolutePath());
3131

3232
configurator.setCodegenArguments(Collections.singletonList(
33-
new CodegenArgument()
34-
.option(CodegenConstants.USE_OAS2_OPTION)
35-
.type("boolean")
36-
.value(Boolean.TRUE.toString())));
33+
new CodegenArgument()
34+
.option(CodegenConstants.USE_OAS2_OPTION)
35+
.type("boolean")
36+
.value(Boolean.TRUE.toString())));
3737

3838
final ClientOptInput clientOptInput = configurator.toClientOptInput();
3939
new DefaultGenerator().opts(clientOptInput).generate();
@@ -95,10 +95,10 @@ public void testOas2AndJakarta() throws Exception {
9595
.addAdditionalProperty(JAKARTA, true);
9696

9797
configurator.setCodegenArguments(Collections.singletonList(
98-
new CodegenArgument()
99-
.option(CodegenConstants.USE_OAS2_OPTION)
100-
.type("boolean")
101-
.value(Boolean.TRUE.toString())));
98+
new CodegenArgument()
99+
.option(CodegenConstants.USE_OAS2_OPTION)
100+
.type("boolean")
101+
.value(Boolean.TRUE.toString())));
102102

103103
final ClientOptInput clientOptInput = configurator.toClientOptInput();
104104
new DefaultGenerator().opts(clientOptInput).generate();

0 commit comments

Comments
 (0)