From 08d00484b84526bf8b20f8ff9016ad2c0fc851ae Mon Sep 17 00:00:00 2001 From: Opportunity Date: Mon, 20 Jan 2020 22:18:58 +0800 Subject: fix code style --- xmake/plugins/lua/xmake.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xmake/plugins/lua/xmake.lua') diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua index 7b7bb8dd3..23d00b145 100644 --- a/xmake/plugins/lua/xmake.lua +++ b/xmake/plugins/lua/xmake.lua @@ -52,7 +52,9 @@ task("lua") " - xmake lua core.xxx.xxx", " - xmake lua -c 'print(...)' hello xmake!" , values = function (complete, opt) - if not complete or opt.command or opt.list then return end + if not complete or opt.command or opt.list then + return + end return import("main.scripts")() end } -- cgit v1.3.1