X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=core%2Fstoragemanager.lua;h=0b6679d87c8acd237dcfcd2f92091e3f5c39bd06;hb=cff6734d1cfe7b437f09ccbdbb1c103ec03b7ce4;hp=ad31eb80cf449f5d187f5845e592018f9eb010ec;hpb=38e539bc0be80a3b6a784e06c9b33e347f9524fa;p=prosody.git diff --git a/core/storagemanager.lua b/core/storagemanager.lua index ad31eb80..0b6679d8 100644 --- a/core/storagemanager.lua +++ b/core/storagemanager.lua @@ -23,7 +23,7 @@ local null_storage_driver = setmetatable( name = "null", open = function (self) return self; end }, { - __index = function (self, method) + __index = function (self, method) --luacheck: ignore 212 return null_storage_method; end }