From a2a4f0faab24ea9407484870ffb22c6747d60e51 Mon Sep 17 00:00:00 2001 From: choelzl Date: Sun, 14 Aug 2022 14:00:23 +0200 Subject: [PATCH] Removed space in oauth.cr Fixing CI --- src/invidious/helpers/oauth.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/helpers/oauth.cr b/src/invidious/helpers/oauth.cr index 4dcc8963..f5a84557 100644 --- a/src/invidious/helpers/oauth.cr +++ b/src/invidious/helpers/oauth.cr @@ -31,7 +31,7 @@ def oauth_info(idx, token) if idx > CONFIG.oauth.size raise Exception.new("Invalid OAuth Endpoint Index: " + idx.to_s) end - + if oauth = CONFIG.oauth[idx] oauth_host = oauth.host oauth_info_uri = oauth.info_uri