cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / sass / install.sh
index 801cd10a7f82f8b1e648dbafe1469d0f8c40f4d2..eca55d31b4d0c8986fd9b44e026c99616f351b4f 100644 (file)
@@ -26,7 +26,7 @@ function __init_sass() {
     }
 
     pkg_get_current_version() {
-        echo $(sass --version 2>/dev/null | head -n 1 | cut -d ' ' -f 2)
+        echo $(sass --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2)
     }
 
 }