From 658b04a677b06458b22be4cbdfe7b73838d5a809 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 22 Sep 2022 00:40:52 +0800 Subject: fix tailing space --- xmake/rules/go/build/object.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1