After run git commit -a, I get this:
馃毟 Format and stage individual files:
"/Users/aren/Documents/lollypop/spacecommander"/format-objc-file.sh 'lollypop-client-ios/femometer/femometer-client/thermometer/App/BMTAppDelegate.m' && git add 'lollypop-client-ios/femometer/femometer-client/thermometer/App/BMTAppDelegate.m';
馃殌Format and stage all affected files:
"/Users/aren/Documents/lollypop/spacecommander"/format-objc-files.sh -s
馃敶 There were formatting issues with this commit, run the馃憜 above馃憜 command to fix.
馃挃 Commit anyway and skip this check by running git commit --no-verify
It works when run format-objc-file.sh for one file, but nothing happen when run
"/Users/aren/Documents/lollypop/spacecommander"/format-objc-files.sh -s
Have I missed something?
After run git commit -a, I get this:
It works when run format-objc-file.sh for one file, but nothing happen when run
Have I missed something?