defaults: remove trailing whitespace

This commit is contained in:
Manuel Mendez 2017-07-04 13:00:12 -04:00
parent ad189cdde5
commit 8d2809242c

View File

@ -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', '$')