Skip to content

Commit

Permalink
Fix Rubocop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mangara committed Sep 8, 2021
1 parent 11d50b7 commit 6941cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/job-iteration/iteration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def stop_iterating_on(interrupt_proc)

def interruptors
@interruptors ||= [
->(job) { JobIteration.interruption_adapter.call }
->(_) { JobIteration.interruption_adapter.call },
]
@interruptors
end
Expand Down

0 comments on commit 6941cc5

Please sign in to comment.