diff --git a/lib/functions.zsh b/lib/functions.zsh
index e494f1f4d..e3c0de43e 100644
--- a/lib/functions.zsh
+++ b/lib/functions.zsh
@@ -37,4 +37,3 @@ function take() {
   mkdir -p $1
   cd $1
 }
-
diff --git a/lib/git.zsh b/lib/git.zsh
index 57a78e27f..75fdc1f9c 100644
--- a/lib/git.zsh
+++ b/lib/git.zsh
@@ -38,4 +38,3 @@ git_prompt_status() {
   fi
   echo $STATUS
 }
-