mirror of
https://github.com/dense-analysis/ale
synced 2025-02-07 16:02:41 +00:00
Fix linting issue - indentation incorrect
This commit is contained in:
parent
f67cb56e5e
commit
716f9a9bbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user