Skip to content

Commit b197ab1

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/overrides.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,9 +853,7 @@ function create_card(_type, area, legendary, _rarity, skip_materialize, soulable
853853
_type = (G.P_CENTERS[forced_key].set ~= "Default" and G.P_CENTERS[forced_key].set or _type)
854854
end
855855

856-
local front = (
857-
SMODS.set_create_card_front and (_type == "Base" or _type == "Enhanced")
858-
) or nil
856+
local front = (SMODS.set_create_card_front and (_type == "Base" or _type == "Enhanced")) or nil
859857

860858
if area == "ERROR" then
861859
local ret = (front or G.P_CENTERS[forced_key] or G.P_CENTERS.b_red)

0 commit comments

Comments
 (0)