ci: format

This commit is contained in:
Barrett Ruth 2026-03-01 17:25:34 -05:00
parent e49a664d48
commit b905ed04ed
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 14 additions and 20 deletions

View file

@ -19,8 +19,8 @@ function M.delete_buffer(bufnr)
end
end
function M.reset_config()
vim.g.render = nil
function M.reset_config(opts)
vim.g.render = opts
require('render')._test.reset()
end