Skip to content

Commit c19bbff

Browse files
PriceHillerlukas-reineke
authored andcommitted
style: format with stylua
1 parent bc3d506 commit c19bbff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/headlines/init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ M.refresh = function()
286286
local virt_text = {}
287287
if c.bullets and #c.bullets > 0 then
288288
local bullet = c.bullets[((level - 1) % #c.bullets) + 1]
289-
virt_text[1] = { string.rep(" ", level - vim.fn.strwidth(bullet)) .. bullet, { hl_group, bullet_hl_group } }
289+
virt_text[1] =
290+
{ string.rep(" ", level - vim.fn.strwidth(bullet)) .. bullet, { hl_group, bullet_hl_group } }
290291
end
291292

292293
nvim_buf_set_extmark(bufnr, M.namespace, start_row, 0, {

0 commit comments

Comments
 (0)