From 85ba5628d607d2d4b25553e7225e4db4960a9a41 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Thu, 21 Jul 2011 10:47:34 -0400 Subject: [PATCH] Slight indentation change --- run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 2034df82e069..8f2b51757c86 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -141,6 +141,6 @@ if [ -z "$noseargs" ]; then fi if [ $coverage -eq 1 ]; then - echo "Generating coverage report in covhtml/" - ${wrapper} coverage html -d covhtml -i + echo "Generating coverage report in covhtml/" + ${wrapper} coverage html -d covhtml -i fi