From cef64424ceaede7093bb2837d572b8c5fc0de121 Mon Sep 17 00:00:00 2001 From: jhlink Date: Wed, 29 Jul 2020 01:52:36 -0400 Subject: [PATCH] style: Resolve lint issue --- autoload/ale/fixers/astyle.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ale/fixers/astyle.vim b/autoload/ale/fixers/astyle.vim index 0abceb10..04e4b69a 100644 --- a/autoload/ale/fixers/astyle.vim +++ b/autoload/ale/fixers/astyle.vim @@ -25,7 +25,7 @@ function! ale#fixers#astyle#FindProjectOptions(buffer) abort " If user has set project options variable then use it and skip any searching. " This would allow users to use project files named differently than .astylerc. if !empty(l:proj_options) - return l:proj_options + return l:proj_options endif " Try to find nearest .astylerc file.