icons: remove extra space

This commit is contained in:
Vincent Bernat 2019-12-20 22:11:29 +01:00
parent 1937350a74
commit fdf86b5354

View file

@ -52,7 +52,7 @@ function lookup(arg)
local icon = path .. "/" .. size .. "/" .. t .. "/" .. name .. ext
if awful.util.file_readable(icon) then
return icon
end
end
end
end
end