From 00ddcc60b03210f2c6f5f300ee0e486fb0360af7 Mon Sep 17 00:00:00 2001 From: Ross Golder Date: Thu, 23 Oct 2025 21:51:26 +0700 Subject: [PATCH] Add build tools for code processing and testing --- tools/code-batch-process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/code-batch-process.go b/tools/code-batch-process.go index 5030d8bbc3..2c7ccdf8a6 100644 --- a/tools/code-batch-process.go +++ b/tools/code-batch-process.go @@ -16,7 +16,7 @@ import ( "strconv" "strings" - "code.gitea.io/gitea/tools/codeformat" + "code.gitea.io/gitea/build/codeformat" ) // Windows has a limitation for command line arguments, the size can not exceed 32KB.