Skip to content

Commit a3f0125

Browse files
committed
replace the tab with 4-space
1 parent 062cc96 commit a3f0125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/RustClientCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public void processOpts() {
264264
if (additionalProperties.containsKey(CodegenConstants.PACKAGE_VERSION)) {
265265
setPackageVersion((String) additionalProperties.get(CodegenConstants.PACKAGE_VERSION));
266266
} else if (openAPI != null && openAPI.getInfo() != null && openAPI.getInfo().getVersion() != null) {
267-
setPackageVersion(openAPI.getInfo().getVersion());
267+
setPackageVersion(openAPI.getInfo().getVersion());
268268
}
269269

270270
if (additionalProperties.containsKey(CodegenConstants.USE_SINGLE_REQUEST_PARAMETER)) {

0 commit comments

Comments
 (0)