0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-04 22:57:34 -04:00

remove nolint

This commit is contained in:
Lunny Xiao 2025-07-02 17:11:50 -07:00
parent 6f79a1a0cf
commit 7aaa2d6de4
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -1,7 +1,7 @@
// Copyright 2025 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package v1_25 //nolint
package v1_25
import (
"code.gitea.io/gitea/modules/timeutil"