ci: format

This commit is contained in:
Barrett Ruth 2026-03-05 21:08:13 -05:00
parent 0c1660858b
commit e1923ff2e4

View file

@ -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',
})