X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/430e70670c3f0a38c1c300273784096aeb8728cd..75b19142c160825b0f5ce25feea7eea9970844c6:/helpers.lua diff --git a/helpers.lua b/helpers.lua index 8eed10f..a10aa7a 100644 --- a/helpers.lua +++ b/helpers.lua @@ -9,7 +9,7 @@ local debug = require("debug") local assert = assert -local capi = { timer = require ("gears.timer") } +local capi = { timer = require("gears.timer") } local io = { open = io.open, lines = io.lines, popen = io.popen }