Fixing docs
diff --git a/build_site.sh b/build_site.sh
index 547dbf1..ce449f0 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -11,7 +11,6 @@
 bundle install --path ${GEM_HOME}
 bundle
 bundle exec jekyll build --destination $WORKDIR
-
 git checkout asf-site
 git clean -f -d
 git pull origin asf-site