diff options
Diffstat (limited to 'services/oauth2_provider/additional_scopes_test.go')
-rw-r--r-- | services/oauth2_provider/additional_scopes_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/oauth2_provider/additional_scopes_test.go b/services/oauth2_provider/additional_scopes_test.go index 2d4df7aea2..5f375346dc 100644 --- a/services/oauth2_provider/additional_scopes_test.go +++ b/services/oauth2_provider/additional_scopes_test.go @@ -1,7 +1,7 @@ // Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT -package oauth2_provider //nolint +package oauth2_provider import ( "testing" |