Add commas to be consistent in formatting

This commit is contained in:
Emik 2025-03-25 15:44:34 +01:00
parent 56a37927cc
commit 8c2f8f4611
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D

View file

@ -128,7 +128,7 @@ SMODS.Blind {
end end
end end
end end
end end,
} }
SMODS.Blind { SMODS.Blind {
@ -161,5 +161,5 @@ SMODS.Blind {
if to_number(self.mult) == 0 then if to_number(self.mult) == 0 then
self.chips = 22 self.chips = 22
end end
end end,
} }