Skip to content

Commit 4ae9ce9

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent d681ae0 commit 4ae9ce9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

items/spooky.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,9 @@ local blacklist = {
972972
pseudorandom_element(SMODS.Ranks, pseudoseed("cry_blacklist" .. G.GAME.round_resets.ante))
973973
end,
974974
loc_vars = function(self, info_queue, center)
975-
return { vars = { localize(center.ability.extra.blacklist and center.ability.extra.blacklist.key or "Ace", "ranks") } }
975+
return {
976+
vars = { localize(center.ability.extra.blacklist and center.ability.extra.blacklist.key or "Ace", "ranks") },
977+
}
976978
end,
977979
}
978980
local ghost = {

0 commit comments

Comments
 (0)