Slight indentation change

This commit is contained in:
Lorin Hochstein
2011-07-21 10:47:34 -04:00
parent d707fd153a
commit a1dff6820c

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