Skip to content

Commit cf35886

Browse files
committed
Converted indentation to spaces also in the modified Java class.
1 parent 30d5285 commit cf35886

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/JavaClientCodegen.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -749,11 +749,11 @@ public void processOpts() {
749749
}
750750

751751
if (isLibrary(FEIGN)) {
752-
additionalProperties.put("feign-okhttp", "true");
752+
additionalProperties.put("feign-okhttp", "true");
753753
} else if (isLibrary(FEIGN_HC5)) {
754-
additionalProperties.put("feign-hc5", "true");
755-
setTemplateDir(FEIGN);
756-
setLibrary(FEIGN);
754+
additionalProperties.put("feign-hc5", "true");
755+
setTemplateDir(FEIGN);
756+
setLibrary(FEIGN);
757757
}
758758

759759
// authentication related files

0 commit comments

Comments
 (0)