chore(fmt): stylua

This commit is contained in:
hedy
2023-11-26 13:29:47 +08:00
parent 137e76fdca
commit 1743ee7c66
4 changed files with 14 additions and 11 deletions

View File

@@ -204,7 +204,7 @@ function M.get_symbol(opts)
end
if not utils.table_has_content(sidebar.hovered) then
return ""
return ''
end
local kind
@@ -218,7 +218,7 @@ function M.get_symbol(opts)
return node.name
end
end
return ""
return ''
end
---Handle follow cursor command with bang