From 46f26e03c8b4f42c407077263c0f1e9371e07d4d Mon Sep 17 00:00:00 2001 Message-Id: <46f26e03c8b4f42c407077263c0f1e9371e07d4d.1638101267.git.avityazev@posteo.org> In-Reply-To: References: From: Aleksandr Vityazev Date: Thu, 25 Nov 2021 11:07:13 +0300 Subject: [PATCH 02/11] * oauth2: (oauth2-token): Fix formatting. --- oauth2.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/oauth2.el b/oauth2.el index 1444890..fff89af 100644 --- a/oauth2.el +++ b/oauth2.el @@ -101,13 +101,13 @@ Return the code provided by the service." data)))) (cl-defstruct oauth2-token - (plstore "" :read-only t) - (plstore-id "" :read-only t) - (client-id "" :read-only t) - (client-secret "" :read-only t) - (access-token "" :read-only t) - (refresh-token "" :read-only t) - (token-url "" :read-only t) + (plstore "" :read-only t) + (plstore-id "" :read-only t) + (client-id "" :read-only t) + (client-secret "" :read-only t) + (access-token "" :read-only t) + (refresh-token "" :read-only t) + (token-url "" :read-only t) (access-response "" :read-only t)) (cl-defun oauth2-request-access (token-url client-id client-secret code &optional -- 2.34.0