From c99de3a2fd7afdd1d2e12f05bbe5d4c0b52b8da9 Mon Sep 17 00:00:00 2001 From: HapiFive <1143910315@qq.com> Date: Wed, 15 May 2024 09:41:38 +0800 Subject: fix code format --- xmake/rules/qt/ts/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/qt/ts/xmake.lua b/xmake/rules/qt/ts/xmake.lua index 37420eb6b..289f1fa60 100644 --- a/xmake/rules/qt/ts/xmake.lua +++ b/xmake/rules/qt/ts/xmake.lua @@ -36,7 +36,7 @@ rule("qt.ts") end assert(os.isexec(lupdate), "lupdate not found!") assert(os.isexec(lrelease), "lrelease not found!") - for _,tsfile in ipairs(sourcefile_ts) do + for _, tsfile in ipairs(sourcefile_ts) do local tsargv = {} table.join2(tsargv, lupdate_argv) table.join2(tsargv, {"-ts", path(tsfile)}) -- cgit v1.3.1