mirror of
https://github.com/dense-analysis/ale
synced 2024-12-27 16:42:19 +00:00
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
|
||||
|
||||
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
|
||||
|
||||
call add(l:loclist, l:loclist_item)
|
||||
|
Loading…
Reference in New Issue
Block a user