From 311cac7bd8e3ff2de3375552f0c8a3887012662e Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 1 May 2020 18:15:41 +0100 Subject: [PATCH] indentation --- show-expected-fail-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/show-expected-fail-tests.sh b/show-expected-fail-tests.sh index 4a3f85c49..320d4ebd3 100755 --- a/show-expected-fail-tests.sh +++ b/show-expected-fail-tests.sh @@ -91,14 +91,14 @@ fi if [ -n "${tests_to_add}" ]; then echo "**ERROR**: The following tests passed but are not present in \`$2\`. Please append them to the file:" echo "\`\`\`" - echo -e "${tests_to_add}" + echo -e "${tests_to_add}" echo "\`\`\`" fi if [ -n "${already_in_whitelist}" ]; then echo "**WARN**: Tests in the whitelist still marked as **expected fail**:" echo "\`\`\`" - echo -e "${already_in_whitelist}" + echo -e "${already_in_whitelist}" echo "\`\`\`" fi