Merge branch 'master' into develop
diff --git a/bootstrap.sh b/bootstrap.sh
index 9a42838..39cd08a 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -267,7 +267,6 @@
     if ! grep '127.0.1.2.*salt' /etc/hosts; then
       echo "127.0.1.2  salt" | $SUDO tee -a /etc/hosts >/dev/null
     fi
-    
 }
 
 configure_salt_master()