diff --git a/lua/pending/sync/gtasks.lua b/lua/pending/sync/gtasks.lua index c6afe09..7476ee6 100644 --- a/lua/pending/sync/gtasks.lua +++ b/lua/pending/sync/gtasks.lua @@ -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(