replace the tab with 4-space

This commit is contained in:
William Cheng 2021-09-01 14:13:49 +08:00
parent 062cc96011
commit a3f012545d

View File

@ -264,7 +264,7 @@ public class RustClientCodegen extends DefaultCodegen implements CodegenConfig {
if (additionalProperties.containsKey(CodegenConstants.PACKAGE_VERSION)) {
setPackageVersion((String) additionalProperties.get(CodegenConstants.PACKAGE_VERSION));
} else if (openAPI != null && openAPI.getInfo() != null && openAPI.getInfo().getVersion() != null) {
setPackageVersion(openAPI.getInfo().getVersion());
setPackageVersion(openAPI.getInfo().getVersion());
}
if (additionalProperties.containsKey(CodegenConstants.USE_SINGLE_REQUEST_PARAMETER)) {