zsh:funcs:spellcheck: Fix indentation

I forgot to reindent part of the function after moving the

    if (( $+commands[shellcheck] ))

check into the function. Before it was wrapping the function definition.
This commit is contained in:
2022-05-22 14:51:25 +02:00
parent b61429a176
commit fd575d3784

View File

@@ -530,4 +530,4 @@ shellcheck() {
curl -sS "$url" -X POST --data-urlencode script@"$arg" \
| "$json_parser"
done
}
}