Skip to content

Commit 65524c8

Browse files
benlubasgithub-actions[bot]
authored andcommitted
chore: autoformat with stylua
1 parent 1ebab96 commit 65524c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docgen/docgen.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,8 +687,7 @@ docgen.render = function(configuration_option, open)
687687
local t = type(self.object)
688688

689689
if t == "table" then
690-
return (vim.tbl_isempty(self.object) and "empty " or "")
691-
.. (vim.islist(self.object) and "list" or "table")
690+
return (vim.tbl_isempty(self.object) and "empty " or "") .. (vim.islist(self.object) and "list" or "table")
692691
else
693692
return t
694693
end

0 commit comments

Comments
 (0)