diff options
| author | ruki <[email protected]> | 2022-09-22 00:40:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-22 00:40:52 +0800 |
| commit | 658b04a677b06458b22be4cbdfe7b73838d5a809 (patch) | |
| tree | ea9a75f995703fa7f3f92e9b05a331a7efbd8353 | |
| parent | 5d7a01ef08b5d20f43d32a91446933bf641b8cf0 (diff) | |
fix tailing space
| -rw-r--r-- | xmake/rules/go/build/object.lua | 2 |
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 |
