defaults: remove trailing whitespace
This commit is contained in:
parent
ad189cdde5
commit
8d2809242c
@ -185,10 +185,10 @@ if !exists('g:formatdef_eslint_local')
|
||||
if verbose
|
||||
return "(>&2 echo 'No local ESLint program and/or config found')"
|
||||
endif
|
||||
return
|
||||
return
|
||||
endif
|
||||
|
||||
" This formatter uses a temporary file as ESLint has not option to print
|
||||
" This formatter uses a temporary file as ESLint has not option to print
|
||||
" the formatted source to stdout without modifieing the file.
|
||||
let l:eslint_js_tmp_file = fnameescape(tempname().".js")
|
||||
let content = getline('1', '$')
|
||||
|
Loading…
Reference in New Issue
Block a user