Skip to content

Commit 405f986

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent d38e4aa commit 405f986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/spectral.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ local lock = {
258258
order = 1,
259259
atlas = "atlasnotjokers",
260260
loc_vars = function(self, info_queue, card)
261-
info_queue[#info_queue+1] = {key = 'eternal', set = 'Other'}
261+
info_queue[#info_queue + 1] = { key = "eternal", set = "Other" }
262262
end,
263263
can_use = function(self, card)
264264
return #G.jokers.cards > 0

0 commit comments

Comments
 (0)