From 8d2809242cc2c6bc34d25a004173e624ab425bc7 Mon Sep 17 00:00:00 2001 From: Manuel Mendez Date: Tue, 4 Jul 2017 13:00:12 -0400 Subject: [PATCH] defaults: remove trailing whitespace --- plugin/defaults.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/defaults.vim b/plugin/defaults.vim index 9a08304..74d2647 100644 --- a/plugin/defaults.vim +++ b/plugin/defaults.vim @@ -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', '$')