Skip to content

Commit f83beee

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 44a6aec commit f83beee

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cryptid.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ function SMODS.injectItems(...)
250250
local a_keys = {}
251251
for i, v in pairs(SMODS.calculation_keys) do
252252
if not keys[v] then
253-
a_keys[#a_keys+1] = v
253+
a_keys[#a_keys + 1] = v
254254
end
255255
keys[v] = true
256256
end

lib/overrides.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,12 +2028,12 @@ if SMODS and SMODS.Mods and (not SMODS.Mods.Talisman or not SMODS.Mods.Talisman.
20282028
end
20292029
end
20302030
local calculation_keys = {
2031-
e_mult=true,
2032-
emult=true,
2033-
Emult_mod=true,
2034-
e_chips=true,
2035-
echips=true,
2036-
Echip_mod=true
2031+
e_mult = true,
2032+
emult = true,
2033+
Emult_mod = true,
2034+
e_chips = true,
2035+
echips = true,
2036+
Echip_mod = true,
20372037
}
20382038
for _, v in pairs(SMODS.calculation_keys) do
20392039
if calculation_keys[v] then

0 commit comments

Comments
 (0)