diff options
Diffstat (limited to 'xmake/plugins/hello/xmake.lua')
| -rwxr-xr-x | xmake/plugins/hello/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/hello/xmake.lua b/xmake/plugins/hello/xmake.lua index 23657f832..fb6bfb320 100755 --- a/xmake/plugins/hello/xmake.lua +++ b/xmake/plugins/hello/xmake.lua @@ -28,7 +28,7 @@ task("hello") -- on run on_run(function () - + -- trace print("hello xmake!") @@ -44,4 +44,4 @@ task("hello") -- options , options = {} - }) + }) |
