shims: Fix indentation

This commit is contained in:
Emmanuel Lepage Vallee 2019-04-27 16:43:02 -04:00
parent 1617c894cc
commit f7c0f419e9
1 changed files with 20 additions and 20 deletions

View File

@ -59,7 +59,7 @@ local function create_screen(args)
end end
end, end,
__newindex = function(...) return meta.__newindex(...) end __newindex = function(...) return meta.__newindex(...) end
}) })
end end
local screens = {} local screens = {}