shims: Fix indentation
This commit is contained in:
parent
1617c894cc
commit
f7c0f419e9
|
@ -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 = {}
|
||||||
|
|
Loading…
Reference in New Issue