style: Run stylua

This commit is contained in:
charburgx
2022-08-17 16:14:47 -05:00
parent ced4e476cf
commit b275066e23
8 changed files with 60 additions and 38 deletions

View File

@@ -23,15 +23,12 @@ function M.hover_info(bufnr, params, on_info)
end
if not used_client then
on_info(
nil,
{
contents = {
kind = 'markdown',
content = { 'No extra information availaible!' },
},
}
)
on_info(nil, {
contents = {
kind = 'markdown',
content = { 'No extra information availaible!' },
},
})
end
used_client.request('textDocument/hover', params, on_info, bufnr)