Slight indentation change

This commit is contained in:
Lorin Hochstein 2011-07-21 10:47:34 -04:00
parent 81cfe26a58
commit b702d7bd63

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