Remove tab

This commit is contained in:
Tino Fuhrmann
2019-03-04 00:13:59 +01:00
parent a0e3f18f2f
commit 9c17bc5721

View File

@@ -678,7 +678,7 @@ public class TypeScriptClientCodegen extends DefaultCodegen implements CodegenCo
inner = (Schema) p.getAdditionalProperties();
return "{ [key: string]: " + this.getTypeDeclaration(inner) + "; }";
} else if (ModelUtils.isFileSchema(p)) {
// TODO: Change type declaration
// TODO: Change type declaration
return "HttpFile";
} else if (ModelUtils.isBinarySchema(p)) {
return "any";