cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / pandoc / install.sh
index b69a5857e9780032e38866cfc08b57ed696ba420..5141a0fc10b9c16921fdbb2faccca3dbd5a34746 100644 (file)
@@ -38,6 +38,6 @@
         # for a particular purpose.
         # This trims it down to just the version number:
         #       2.10.1
-      echo $(pandoc --version 2>/dev/null | head -n 1 | cut -d ' ' -f 2)
+        echo $(pandoc --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2)
     }
 }