summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-22 00:40:52 +0800
committerruki <[email protected]>2022-09-22 00:40:52 +0800
commit658b04a677b06458b22be4cbdfe7b73838d5a809 (patch)
treeea9a75f995703fa7f3f92e9b05a331a7efbd8353
parent5d7a01ef08b5d20f43d32a91446933bf641b8cf0 (diff)
fix tailing space
-rw-r--r--xmake/rules/go/build/object.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/go/build/object.lua b/xmake/rules/go/build/object.lua
index 21436be47..cf76bf1f0 100644
--- a/xmake/rules/go/build/object.lua
+++ b/xmake/rules/go/build/object.lua
@@ -27,7 +27,7 @@ import("utils.progress")
-- build the source files
function main(target, sourcebatch, opt)
-
+
-- get source files and kind
local sourcefiles = sourcebatch.sourcefiles
local sourcekind = sourcebatch.sourcekind