Add docs for helpful commands to fix format (flutter/engine#8171)

This commit is contained in:
liyuqian
2019-03-19 14:03:45 -07:00
committed by GitHub
parent 78932914e2
commit f85f604da7

View File

@@ -57,7 +57,7 @@ done
if [[ $FAILED_CHECKS -ne 0 ]]; then
echo ""
echo "ERROR: Some files are formatted incorrectly. To fix, apply diffs above via patch -p0."
echo "ERROR: Some files are formatted incorrectly. To fix, run \`./ci/format.sh | patch -p0\` from the flutter/engine/src/flutter directory."
exit 1
fi