fix(helpers.shape): add local (closes #180)
This commit is contained in:
parent
e384951c32
commit
70c894e58b
|
@ -1,6 +1,6 @@
|
|||
local gears = require("gears")
|
||||
|
||||
shape = {}
|
||||
local shape = {}
|
||||
|
||||
-- Create rounded rectangle shape (in one line)
|
||||
|
||||
|
|
Loading…
Reference in New Issue