mirror of https://github.com/dense-analysis/ale
Remove redundant spaces.
This commit is contained in:
parent
d7efb13203
commit
b8be25adb4
|
@ -44,8 +44,8 @@ function! ale_linters#elixir#mix#GetCommand(buffer) abort
|
|||
let l:temp_dir = ale#engine#CreateDirectory(a:buffer)
|
||||
|
||||
let l:mix_build_path = has('win32')
|
||||
\ ? 'set MIX_BUILD_PATH=' . ale#Escape(l:temp_dir) . ' && '
|
||||
\ : 'MIX_BUILD_PATH=' . ale#Escape(l:temp_dir) . ' '
|
||||
\ ? 'set MIX_BUILD_PATH=' . ale#Escape(l:temp_dir) . ' &&'
|
||||
\ : 'MIX_BUILD_PATH=' . ale#Escape(l:temp_dir)
|
||||
|
||||
return ale#path#CdString(l:project_root)
|
||||
\ . l:mix_build_path
|
||||
|
|
Loading…
Reference in New Issue