fix: remove trailing newline in build.go

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 <luoliwoshang@users.noreply.github.com>
This commit is contained in:
xgopilot
2025-10-16 11:36:49 +00:00
parent e614edfab4
commit d09ce613c8

View File

@@ -135,4 +135,3 @@ func defaultGOPATH() string {
}
return ""
}