Skip to content

Commit 8d4885a

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent c5e49e8 commit 8d4885a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/misc.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,9 @@ function Cryptid.get_circus_description()
10361036
local desc = {}
10371037
local ind = 1
10381038
local extra_rarities = {}
1039-
if not Cryptid.circus_rarities then Cryptid.circus_rarities = {} end
1039+
if not Cryptid.circus_rarities then
1040+
Cryptid.circus_rarities = {}
1041+
end
10401042
for i, v in pairs(Cryptid.circus_rarities) do
10411043
if not v.hidden then
10421044
extra_rarities[#extra_rarities + 1] = v

0 commit comments

Comments
 (0)