Fix linting issue - indentation incorrect

This commit is contained in:
Ian2020 2020-04-28 20:53:42 +01:00
parent f67cb56e5e
commit 716f9a9bbb
1 changed files with 4 additions and 4 deletions

View File

@ -100,8 +100,8 @@ endfunction
function! ale#handlers#shellcheck#GetCommand(buffer) abort
return ale#semver#RunWithVersionCheck(a:buffer,
\ ale#Var(a:buffer, 'sh_shellcheck_executable'),
\ '%e --version',
\ function('ale#handlers#shellcheck#GetCommandWithVersion'),
\ )
\ ale#Var(a:buffer, 'sh_shellcheck_executable'),
\ '%e --version',
\ function('ale#handlers#shellcheck#GetCommandWithVersion'),
\)
endfunction