From de757d9e275754745cc4b9391211cff328721bf6 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Mon, 25 May 2020 21:18:45 +0300 Subject: [PATCH] auth: db-oauth2 - Fix whitespace issue --- src/auth/db-oauth2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/db-oauth2.c b/src/auth/db-oauth2.c index 046cb80f73..7e9aa70697 100644 --- a/src/auth/db-oauth2.c +++ b/src/auth/db-oauth2.c @@ -774,7 +774,7 @@ void db_oauth2_lookup(struct db_oauth2 *db, struct db_oauth2_request *req, return; } e_debug(authdb_event(req->auth_request), - "Token not a JWT token, falling back to online validation"); + "Token not a JWT token, falling back to online validation"); } if (db->oauth2_set.use_grant_password) { -- 2.47.3