Address tidy checks.

This commit is contained in:
Josh Matthews 2017-11-22 10:48:51 -05:00 committed by GitHub
parent b501c8fa03
commit b45e4fecff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,8 @@ echo "About to update manifest."
./mach test-wpt --manifest-update --binary= SKIP_TESTS
echo "Updated manifest; about to check if any changes were made to it."
echo "If a diff is present, please run `./mach update-manifest` and commit the change."
echo "If a diff is present, please run './mach update-manifest' \
and commit the change."
diff="$(git diff -- tests/*/MANIFEST.json)"
echo "${diff}"