Skip to content

Commit e10b283

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent f489fe1 commit e10b283

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
@@ -2056,13 +2056,15 @@ function get_straight(hand, min_length, skip, wrap)
20562056
"Jack",
20572057
10,
20582058
}
2059-
for i, v in pairs(new_ranks) do ranks[v] = true end
2059+
for i, v in pairs(new_ranks) do
2060+
ranks[v] = true
2061+
end
20602062
end
20612063
end
20622064
local rranks = {}
20632065
for i, v in pairs(ranks) do
2064-
rranks[#rranks+1] = i
2065-
end
2066+
rranks[#rranks + 1] = i
2067+
end
20662068
for i, v in Cryptid.unique_combinations(rranks) do
20672069
if #i == stones then
20682070
permutations[#permutations + 1] = i

0 commit comments

Comments
 (0)