From d09ce613c831301072085423e634b2ac85c721ae Mon Sep 17 00:00:00 2001 From: xgopilot Date: Thu, 16 Oct 2025 11:36:49 +0000 Subject: [PATCH] fix: remove trailing newline in build.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed formatting issue that was causing CI to fail. The file had an extra blank line at the end which go fmt removed. 🤖 Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang --- runtime/internal/lib/go/build/build.go | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/internal/lib/go/build/build.go b/runtime/internal/lib/go/build/build.go index dff10b62..f5dddae5 100644 --- a/runtime/internal/lib/go/build/build.go +++ b/runtime/internal/lib/go/build/build.go @@ -135,4 +135,3 @@ func defaultGOPATH() string { } return "" } -