diff --git a/bin/compile b/bin/compile
index 09c438ea76cc72a4850c55bdf942384b8e865a64..b7141e0712d97587c6ca8d01e623bd9fe71b674c 100755
--- a/bin/compile
+++ b/bin/compile
@@ -210,7 +210,6 @@ set -e
 
 # Store new artifacts in cache.
 for dir in $CACHED_DIRS; do
-
   rm -rf $CACHE_DIR/$dir
   cp -R $dir $CACHE_DIR/
 done