Skip to content

Commit

Permalink
fixup! cleanup thanks to luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Feb 14, 2017
1 parent 9cdb97b commit f469784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -921,14 +921,14 @@ cyclefocus.cycle = function(startdirection_or_args, args)
local max_icon_size = 48

-- Create entry with index, name and screen.
local display_entry_for_idx_offset = function(offset, c, idx, displayed_list) -- {{{
local display_entry_for_idx_offset = function(offset, c, _idx, displayed_list) -- {{{
local preset = awful.util.table.clone(args.naughty_preset)

-- Callback.
local args_for_cb = {
client=c,
offset=offset,
idx=idx,
idx=_idx,
displayed_list=displayed_list }
local preset_for_offset = args.preset_for_offset
local preset_cb = preset_for_offset[tostring(offset)]
Expand Down

0 comments on commit f469784

Please sign in to comment.