Slight indentation change

This commit is contained in:
Lorin Hochstein 2011-07-21 10:47:34 -04:00
parent 6e59df9151
commit 85ba5628d6
1 changed files with 2 additions and 2 deletions

View File

@ -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