ci: format
This commit is contained in:
parent
b2efe168fe
commit
4ad1d52e2d
2 changed files with 29 additions and 43 deletions
|
|
@ -264,15 +264,12 @@ function M.push()
|
|||
if buffer.bufnr() and vim.api.nvim_buf_is_valid(buffer.bufnr()) then
|
||||
buffer.render(buffer.bufnr())
|
||||
end
|
||||
log.info(
|
||||
'gcal push: '
|
||||
.. fmt_counts({
|
||||
{ created, 'added' },
|
||||
{ updated, 'updated' },
|
||||
{ deleted, 'removed' },
|
||||
{ failed, 'failed' },
|
||||
})
|
||||
)
|
||||
log.info('gcal push: ' .. fmt_counts({
|
||||
{ created, 'added' },
|
||||
{ updated, 'updated' },
|
||||
{ deleted, 'removed' },
|
||||
{ failed, 'failed' },
|
||||
}))
|
||||
end)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue