[core] Remove a bunch of superflous semicolons (#9449)

This commit is contained in:
zwim
2022-09-08 21:52:06 +02:00
committed by GitHub
parent 96930f230f
commit d972b7fcfa
10 changed files with 17 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ end
function SwitchPlugin:new(o)
o = self:extend(o)
assert(type(o.name) == "string", "name is required");
assert(type(o.name) == "string", "name is required")
o.settings = LuaSettings:open(DataStorage:getSettingsDir() .. "/" .. o.name .. ".lua")
o.settings_id = 0
SwitchPlugin._init(o)