chore: autogen (vimdocs+formating)

This commit is contained in:
shadmansaleh 2022-07-31 17:11:58 +00:00 committed by github-actions[bot]
parent bd52d2d77e
commit c880c8cfed
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function M.add_notice(notice)
notice = vim.split(notice, '\n') notice = vim.split(notice, '\n')
end end
if notice[#notice] ~= '' then if notice[#notice] ~= '' then
notice[#notice+1] = '' notice[#notice + 1] = ''
end end
table.insert(notices, notice) table.insert(notices, notice)
end end