Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ririyeye committed Sep 6, 2024
1 parent a781217 commit 37c14c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/rules/swig/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ rule("swig.base")
elseif moduletype == "java" then
local buildjar = target:extraconf("rules", "swig.c", "buildjar") or target:extraconf("rules", "swig.cpp", "buildjar")
if buildjar then
autogenfiles = path.join(autogendir , target:name() .. ".jar")
autogenfiles = path.join(autogendir, target:name() .. ".jar")
else
autogenfiles = os.files(path.join(autogendir, "*.java"))
end
Expand Down

0 comments on commit 37c14c0

Please sign in to comment.