diff --git a/bin/steps/mercurial b/bin/steps/mercurial
index 505aad603b7e14e26173180f1b76437a1d724b10..c7d7bf117a3406a99c6376d6bb9452312b24eb4a 100755
--- a/bin/steps/mercurial
+++ b/bin/steps/mercurial
@@ -3,4 +3,4 @@ if (grep -Fiq "hg+" requirements.txt) then
   bpwatch start mercurial_install
     /app/.heroku/python/bin/pip install  mercurial | cleanup | indent
   bpwatch stop mercurial_install
-fi
\ No newline at end of file
+fi
diff --git a/bin/steps/pip-uninstall b/bin/steps/pip-uninstall
index 7c536e227bd92480b3ed2d83f815a6bb478e88cf..3e41d1b96466b4265272146b06724ada4c7f1668 100755
--- a/bin/steps/pip-uninstall
+++ b/bin/steps/pip-uninstall
@@ -15,4 +15,4 @@ if [[ -f .heroku/python/requirements-declared.txt ]]; then
   fi
 fi
 bpwatch stop pip_uninstall
-set -e
\ No newline at end of file
+set -e