fix whitespace

This commit is contained in:
Celtic Minstrel 2021-07-02 18:51:48 -04:00
parent 7c2d0c1c5d
commit b4809e9ded

View File

@ -202,7 +202,7 @@ end
function methods:of_pairs(t)
local values = self.values
local function has_key(v, k)
if type(v) == 'userdata' then
return v[k] ~= nil