ci: format

This commit is contained in:
Barrett Ruth 2026-03-06 21:34:43 -05:00
parent 10a4df4ce8
commit bf4f7797b0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 121 additions and 30 deletions

View file

@ -89,7 +89,10 @@ function M.submit(opts)
creds,
function(ev)
vim.schedule(function()
logger.log(STATUS_MSGS[ev.status] or ev.status, { level = vim.log.levels.INFO, override = true })
logger.log(
STATUS_MSGS[ev.status] or ev.status,
{ level = vim.log.levels.INFO, override = true }
)
end)
end,
function(result)