Reformat code for indentation

This commit is contained in:
Stefano Mazzucco 2019-12-16 21:25:01 +00:00
parent 50866566f7
commit b26b4c25b0
1 changed files with 5 additions and 5 deletions

View File

@ -183,12 +183,12 @@ local function init(widget)
update(widget)
widget:buttons(awful.util.table.join(
awful.button({ }, 3,
function ()
if widget.gui_client then
spawn_with_shell(widget.gui_client)
awful.button({ }, 3,
function ()
if widget.gui_client then
spawn_with_shell(widget.gui_client)
end
end
end
)))
return widget
end