Add commas to be consistent in formatting
This commit is contained in:
parent
56a37927cc
commit
8c2f8f4611
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue