fix test's and delete unused code

This commit is contained in:
Carlos Ramos
2017-10-22 19:20:38 -04:00
parent 43653ef548
commit 3212278c91
4 changed files with 21 additions and 23 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ endfunction
function! ale#fixers#mix_format#Fix(buffer) abort
return {
\ 'command': ale#handlers#elixir#GetExecutable(a:buffer)
\ . ale#fixers#mix_format#GetExecutable(a:buffer)
\ 'command': ale#Escape(ale#fixers#mix_format#GetExecutable(a:buffer))
\ . ' format %t',
\ 'read_temporary_file': 1,
\}