mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-07 07:32:01 +08:00
Remove redundant spaces.
This commit is contained in:
@@ -44,8 +44,8 @@ function! ale_linters#elixir#mix#GetCommand(buffer) abort
|
|||||||
let l:temp_dir = ale#engine#CreateDirectory(a:buffer)
|
let l:temp_dir = ale#engine#CreateDirectory(a:buffer)
|
||||||
|
|
||||||
let l:mix_build_path = has('win32')
|
let l:mix_build_path = has('win32')
|
||||||
\ ? 'set 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) . ' '
|
\ : 'MIX_BUILD_PATH=' . ale#Escape(l:temp_dir)
|
||||||
|
|
||||||
return ale#path#CdString(l:project_root)
|
return ale#path#CdString(l:project_root)
|
||||||
\ . l:mix_build_path
|
\ . l:mix_build_path
|
||||||
|
|||||||
Reference in New Issue
Block a user