mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-26 14:01:10 +08:00
Fix linting issue - indentation incorrect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user