ci: format
This commit is contained in:
parent
e8894d7d8b
commit
6e21f883f6
1 changed files with 2 additions and 5 deletions
|
|
@ -708,9 +708,7 @@ function M.pull()
|
|||
local created, updated = pull_pass(access_token, tasklists, s, now_ts, by_gtasks_id)
|
||||
s:save()
|
||||
require('pending')._recompute_counts()
|
||||
vim.notify(
|
||||
string.format('pending.nvim: Google Tasks pulled — +%d ~%d', created, updated)
|
||||
)
|
||||
vim.notify(string.format('pending.nvim: Google Tasks pulled — +%d ~%d', created, updated))
|
||||
end
|
||||
|
||||
function M.sync()
|
||||
|
|
@ -724,8 +722,7 @@ function M.sync()
|
|||
local by_gtasks_id = build_id_index(s)
|
||||
local pushed_create, pushed_update, pushed_delete =
|
||||
push_pass(access_token, tasklists, s, now_ts, by_gtasks_id)
|
||||
local pulled_create, pulled_update =
|
||||
pull_pass(access_token, tasklists, s, now_ts, by_gtasks_id)
|
||||
local pulled_create, pulled_update = pull_pass(access_token, tasklists, s, now_ts, by_gtasks_id)
|
||||
s:save()
|
||||
require('pending')._recompute_counts()
|
||||
vim.notify(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue