mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[core] Remove a bunch of superflous semicolons (#9449)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user