ast-haaa opened a new pull request, #9557: URL: https://github.com/apache/gravitino/pull/9557
### What changes were proposed in this pull request? This pull request fixes a formatting issue in the CLI output where a space was missing before the model version property name in RemoveModelVersionProperty.java. ### Why are the changes needed? The CLI output was incorrectly formatted due to a missing space before the property name, which reduced readability and resulted in inconsistent output formatting. This change improves the clarity of the CLI output. Fixes #8300 ### Does this PR introduce any user-facing change? Yes. The CLI output formatting is corrected by adding a missing space before the model version property name. No APIs or configuration properties are changed. ### How was this patch tested? The change was manually verified by running the CLI command and confirming that the output now includes the correct spacing. No automated tests were added as this is a minor formatting fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
