Add cargo-fmt

This commit is contained in:
chonghe
2023-10-05 22:30:46 +08:00
committed by Tan Chee Keong
parent fea0f81a0e
commit f340d22ff1
3 changed files with 3 additions and 2 deletions

View File

@@ -96,6 +96,6 @@ if [[ $changes == true ]]; then
echo "Exiting with error to indicate changes occurred..."
exit 1
else
echo "CLI parameters are up to date."
echo "CLI help texts are up to date."
exit 0
fi