Merge pull request #12355 from ethereum/fixWhitespace

Fix whitespace problem.
This commit is contained in:
chriseth 2021-12-01 13:29:20 +01:00 committed by GitHub
commit cc2a8609d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@ do
;;
*)
matching_tests=$(find . -mindepth 1 -maxdepth 1 -type d -name "$1" | cut -c 3- | sort)
if [[ $matching_tests == "" ]]
then