style: Resolve lint issue

This commit is contained in:
jhlink 2020-07-29 01:52:36 -04:00
parent 428c5f94da
commit cef64424ce
1 changed files with 1 additions and 1 deletions

View File

@ -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.