From 632765f5ee001737bafc68c9b0173073dadf3e87 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 25 Apr 2026 17:31:04 +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 c7c269e5648..4ff854f8abf 100644 --- a/cmd/cmdtest/cmd_test.go +++ b/cmd/cmdtest/cmd_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 The Gitea Authors. All rights reserved. +// Copyright 2026 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT // Tests here reload the config system multiple times with uncontrollable details.