forked from loafle/openapi-generator-original
Removed tab from DefaultCodegen
This commit is contained in:
@@ -3686,7 +3686,7 @@ public class DefaultCodegen implements CodegenConfig {
|
||||
default:
|
||||
throw new RuntimeException("Invalid response code " + responseCode);
|
||||
}
|
||||
r.isSuccessCode = r.code.startsWith("2");
|
||||
r.isSuccessCode = r.code.startsWith("2");
|
||||
}
|
||||
Schema responseSchema;
|
||||
if (this.openAPI != null && this.openAPI.getComponents() != null) {
|
||||
|
||||
Reference in New Issue
Block a user