Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackHay22 committed Oct 2, 2023
1 parent 1dae9fd commit d555cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions models/auth/oauth2.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion services/auth/source/saml/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
// / _____/ / _ \ / \ | |
// \_____ \ / /_\ \ / \ / \| |
// / \/ | \/ Y \ |___
// /_______ /\____|__ /\____|__ /_______ \
///_______ /\____|__ /\____|__ /_______ \
// \/ \/ \/ \/

// Source holds configuration for the SAML login source.
Expand Down

0 comments on commit d555cf9

Please sign in to comment.