Fix other warnings

This commit is contained in:
Bartolomeo Stellato
2018-09-08 16:05:34 -04:00
parent 91bb948b90
commit b3adf241c3
3 changed files with 4 additions and 1 deletions

View File

@@ -10,8 +10,10 @@ function! ale#julia#FindProjectRoot(buffer) abort
if !empty(l:full_path)
let l:path = fnamemodify(l:full_path, ':p:h')
return l:path
endif
endfor
return ''
endfunction