diff --git a/docs/src/languages/luau.md b/docs/src/languages/luau.md index ff9efc3c50..c7abd0cae9 100644 --- a/docs/src/languages/luau.md +++ b/docs/src/languages/luau.md @@ -29,13 +29,13 @@ Then add the following to your Zed `settings.json`: ```json "languages": { - "Luau": { - "formatter": { - "external": { - "command": "stylua", - "arguments": ["-"] - } - } - } - } + "Luau": { + "formatter": { + "external": { + "command": "stylua", + "arguments": ["-"] + } + } + } + } ``` diff --git a/script/install.sh b/script/install.sh index ddee254881..daeaec181f 100755 --- a/script/install.sh +++ b/script/install.sh @@ -39,11 +39,11 @@ main() { } elif which wget >/dev/null 2>&1; then curl () { - wget -O- "$@" + wget -O- "$@" } else - echo "Could not find 'curl' or 'wget' in your path" - exit 1 + echo "Could not find 'curl' or 'wget' in your path" + exit 1 fi "$platform" "$@"