Skip to content

Commit a781217

Browse files
committed
format code
1 parent 63870bf commit a781217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/rules/swig/xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rule("swig.base")
9090
elseif moduletype == "java" then
9191
local buildjar = target:extraconf("rules", "swig.c", "buildjar") or target:extraconf("rules", "swig.cpp", "buildjar")
9292
if buildjar then
93-
autogenfiles = path.join(autogendir , target:name()..".jar")
93+
autogenfiles = path.join(autogendir , target:name() .. ".jar")
9494
else
9595
autogenfiles = os.files(path.join(autogendir, "*.java"))
9696
end

0 commit comments

Comments
 (0)