style(javac): Code formatting

This commit is contained in:
NiBo 2020-05-15 11:19:06 +08:00
parent 3b4193175e
commit 3635285c02
1 changed files with 2 additions and 0 deletions

View File

@ -81,9 +81,11 @@ function! ale_linters#java#javac#GetCommand(buffer, import_paths, meta) abort
endif
let l:sourcepath_item = ale#Var(a:buffer, 'java_javac_sourcepath')
if !empty(l:sourcepath_item)
for l:sourcepath in l:sourcepath_item
let l:sp_path = ale#path#FindNearestDirectory(a:buffer, l:sourcepath)
if !empty(l:sp_path)
call add(l:sp_dirs, l:sp_path)
endif