From 76f58ef2a63b36186a46c0b457eae9f223bfde8c Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Tue, 8 Jul 2025 21:02:14 +0200 Subject: [PATCH] fix: lint --- models/migrations/v1_25/v321.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/migrations/v1_25/v321.go b/models/migrations/v1_25/v321.go index e86681c3c72..1425d7b9155 100644 --- a/models/migrations/v1_25/v321.go +++ b/models/migrations/v1_25/v321.go @@ -1,7 +1,7 @@ // Copyright 2025 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT -package v1_25 //nolint +package v1_25 import ( "xorm.io/xorm"