mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 21:44:47 +08:00
Use single quotes to satisfy vint
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user