From 70c894e58bb88dea55e9799ad373fdaea309da9e Mon Sep 17 00:00:00 2001 From: Nooo37 <70270606+Nooo37@users.noreply.github.com> Date: Sat, 23 Jul 2022 10:36:44 +0200 Subject: [PATCH] fix(helpers.shape): add local (closes #180) --- helpers/shape.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/shape.lua b/helpers/shape.lua index 9c96d83..fedc544 100644 --- a/helpers/shape.lua +++ b/helpers/shape.lua @@ -1,6 +1,6 @@ local gears = require("gears") -shape = {} +local shape = {} -- Create rounded rectangle shape (in one line)