forked from loafle/openapi-generator-original
Removed tabs from TypeScriptClientCodegen
This commit is contained in:
parent
4c11314a7b
commit
988df1f7a5
@ -517,8 +517,8 @@ public class TypeScriptClientCodegen extends DefaultCodegen implements CodegenCo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (Map<String, Object> mo : models) {
|
for (Map<String, Object> mo : models) {
|
||||||
CodegenModel cm = (CodegenModel) mo.get("model");
|
CodegenModel cm = (CodegenModel) mo.get("model");
|
||||||
// Add additional filename information for imports
|
// Add additional filename information for imports
|
||||||
mo.put("tsImports", toTsImports(cm, cm.imports));
|
mo.put("tsImports", toTsImports(cm, cm.imports));
|
||||||
}
|
}
|
||||||
return objs;
|
return objs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user