Removed tab from DefaultCodegen

This commit is contained in:
Tino Fuhrmann 2020-04-27 01:12:35 +02:00
parent 9afb8ff12a
commit bfc14c82e5

View File

@ -3686,7 +3686,7 @@ public class DefaultCodegen implements CodegenConfig {
default: default:
throw new RuntimeException("Invalid response code " + responseCode); throw new RuntimeException("Invalid response code " + responseCode);
} }
r.isSuccessCode = r.code.startsWith("2"); r.isSuccessCode = r.code.startsWith("2");
} }
Schema responseSchema; Schema responseSchema;
if (this.openAPI != null && this.openAPI.getComponents() != null) { if (this.openAPI != null && this.openAPI.getComponents() != null) {