Add missing modelines
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
parent
07df24f7d0
commit
058190a3c0
|
@ -415,3 +415,5 @@ function gtable.map(f, tbl)
|
|||
end
|
||||
|
||||
return gtable
|
||||
|
||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -132,3 +132,5 @@ describe("gears.table", function()
|
|||
end)
|
||||
end)
|
||||
end)
|
||||
|
||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
Loading…
Reference in New Issue