Comparison

plugins/mod_storage_none.lua @ 8058:1b35a562528d

mod_storage_none: Ignore unused arguments [luacheck]
author Kim Alvefur <zash@zash.se>
date Tue, 04 Apr 2017 01:30:00 +0200
parent 6283:7cf6d3a2c855
child 8059:6a725b242804
comparison
equal deleted inserted replaced
8057:4a9275594981 8058:1b35a562528d
1 -- luacheck: ignore 212
2
1 local driver = {}; 3 local driver = {};
2 local driver_mt = { __index = driver }; 4 local driver_mt = { __index = driver };
3 5
4 function driver:open(store, typ) 6 function driver:open(store, typ)
5 if typ and typ ~= "keyval" then 7 if typ and typ ~= "keyval" then