From 675ad20ea1bc6bec3cdfdf0134250a8c31b84868 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 25 Apr 2026 18:52:11 +0200 Subject: [PATCH] Apply suggestion from @silverwind Signed-off-by: silverwind --- cmd/cmdtest/cmd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cmdtest/cmd_test.go b/cmd/cmdtest/cmd_test.go index 4ff854f8abf..c7c269e5648 100644 --- a/cmd/cmdtest/cmd_test.go +++ b/cmd/cmdtest/cmd_test.go @@ -1,4 +1,4 @@ -// Copyright 2026 The Gitea Authors. All rights reserved. +// Copyright 2022 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT // Tests here reload the config system multiple times with uncontrollable details.