ci: format
This commit is contained in:
parent
10a4df4ce8
commit
bf4f7797b0
5 changed files with 121 additions and 30 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue