diff options
Diffstat (limited to 'services/oauth2_provider/token.go')
-rw-r--r-- | services/oauth2_provider/token.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/oauth2_provider/token.go b/services/oauth2_provider/token.go index 383bcdb3eb..935c4cc01f 100644 --- a/services/oauth2_provider/token.go +++ b/services/oauth2_provider/token.go @@ -1,7 +1,7 @@ // Copyright 2021 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT -package oauth2_provider //nolint +package oauth2_provider import ( "errors" |