summaryrefslogtreecommitdiff
path: root/xmake/plugins/check/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/check/xmake.lua')
-rw-r--r--xmake/plugins/check/xmake.lua9
1 files changed, 4 insertions, 5 deletions
diff --git a/xmake/plugins/check/xmake.lua b/xmake/plugins/check/xmake.lua
index 07b045a71..4664c3888 100644
--- a/xmake/plugins/check/xmake.lua
+++ b/xmake/plugins/check/xmake.lua
@@ -34,12 +34,11 @@ task("check")
" - xmake check api.target.languages",
"",
"The supported checkers list:",
- values = function (complete, opt)
- return import("private.check.checker").complete(complete, opt)
- end},
+ values = function (complete, opt)
+ return import("private.check.checker").complete(complete, opt)
+ end},
{nil, "arguments", "vs", nil, "Set the checker arguments.",
"e.g.",
- " - xmake check clang.tidy [arguments]"}
+ " - xmake check clang.tidy [arguments]"},
}
}
-