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
|
if verbose
|
||||||
return "(>&2 echo 'No local ESLint program and/or config found')"
|
return "(>&2 echo 'No local ESLint program and/or config found')"
|
||||||
endif
|
endif
|
||||||
return
|
return
|
||||||
endif
|
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.
|
" the formatted source to stdout without modifieing the file.
|
||||||
let l:eslint_js_tmp_file = fnameescape(tempname().".js")
|
let l:eslint_js_tmp_file = fnameescape(tempname().".js")
|
||||||
let content = getline('1', '$')
|
let content = getline('1', '$')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user