From d555cf929f563d429843b04ad161faeb32d000bb Mon Sep 17 00:00:00 2001 From: jackHay22 Date: Mon, 2 Oct 2023 15:48:21 -0400 Subject: [PATCH] whitespace fix --- models/auth/oauth2.go | 4 ++-- services/auth/source/saml/source.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/models/auth/oauth2.go b/models/auth/oauth2.go index 33baaa79ad044..0ab042a16964f 100644 --- a/models/auth/oauth2.go +++ b/models/auth/oauth2.go @@ -389,7 +389,7 @@ func ListOAuth2Applications(uid int64, listOptions db.ListOptions) ([]*OAuth2App return apps, total, err } -// //////////////////////////////////////////////////// +////////////////////////////////////////////////////// // OAuth2AuthorizationCode is a code to obtain an access token in combination with the client secret once. It has a limited lifetime. type OAuth2AuthorizationCode struct { @@ -464,7 +464,7 @@ func GetOAuth2AuthorizationByCode(ctx context.Context, code string) (auth *OAuth return auth, nil } -// //////////////////////////////////////////////////// +////////////////////////////////////////////////////// // OAuth2Grant represents the permission of an user for a specific application to access resources type OAuth2Grant struct { diff --git a/services/auth/source/saml/source.go b/services/auth/source/saml/source.go index e2321bcdaf4d5..6106810bced4b 100644 --- a/services/auth/source/saml/source.go +++ b/services/auth/source/saml/source.go @@ -26,7 +26,7 @@ import ( // / _____/ / _ \ / \ | | // \_____ \ / /_\ \ / \ / \| | // / \/ | \/ Y \ |___ -// /_______ /\____|__ /\____|__ /_______ \ +///_______ /\____|__ /\____|__ /_______ \ // \/ \/ \/ \/ // Source holds configuration for the SAML login source.