From e1923ff2e4da460e1d127d280b0820257fa184b3 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 5 Mar 2026 21:08:13 -0500 Subject: [PATCH] ci: format --- lua/pending/sync/oauth.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/pending/sync/oauth.lua b/lua/pending/sync/oauth.lua index 30a46e7..887769c 100644 --- a/lua/pending/sync/oauth.lua +++ b/lua/pending/sync/oauth.lua @@ -505,8 +505,7 @@ M.BUNDLED_CLIENT_ID = BUNDLED_CLIENT_ID M.google_client = M.new({ name = 'google', - scope = 'https://www.googleapis.com/auth/tasks' - .. ' https://www.googleapis.com/auth/calendar', + scope = 'https://www.googleapis.com/auth/tasks' .. ' https://www.googleapis.com/auth/calendar', port = 18392, config_key = 'google', })