Use single quotes to satisfy vint
This commit is contained in:
parent
4446cf15be
commit
fcd5e18a99
@ -51,7 +51,7 @@ function! ale#lsp#response#ReadDiagnostics(response) abort
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if has_key(l:diagnostic, 'source')
|
if has_key(l:diagnostic, 'source')
|
||||||
let l:loclist_item.detail = printf("[%s] %s", l:diagnostic.source, l:diagnostic.message)
|
let l:loclist_item.detail = printf('[%s] %s', l:diagnostic.source, l:diagnostic.message)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call add(l:loclist, l:loclist_item)
|
call add(l:loclist, l:loclist_item)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user