mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 20:17:05 +00:00
replace the tab with 4-space
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user