chore: make Prettier
[webi-installers/.git] / shfmt / install.sh
index 016b420cdc62143cff0b14cf316fc2bb7a7a1347..b57cb99c0e133ab7ed26581a844349bd04e43d31 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
+set -e
+set -u
 
-{
-    set -e
-    set -u
+function __init_shfmt() {
 
     ##################
     # Install shfmt #
@@ -28,3 +28,5 @@
     }
 
 }
+
+__init_shfmt