Skip to content

Commit 99ba12d

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent f56d3bc commit 99ba12d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/overrides.lua

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ function Cryptid.create_dummy_from_stone(rank)
19801980
},
19811981
base = {
19821982
id = rank,
1983-
value = rank >= 11 and "Queen" or "10"
1983+
value = rank >= 11 and "Queen" or "10",
19841984
},
19851985
}
19861986
end
@@ -2055,9 +2055,11 @@ function get_straight(hand, min_length, skip, wrap)
20552055
"King",
20562056
"Queen",
20572057
"Jack",
2058-
10
2058+
10,
20592059
}
2060-
for i, v in pairs(new_ranks) do ranks[#ranks+1] = v end
2060+
for i, v in pairs(new_ranks) do
2061+
ranks[#ranks + 1] = v
2062+
end
20612063
end
20622064
end
20632065
for i, v in Cryptid.unique_combinations(ranks) do

0 commit comments

Comments
 (0)