Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Feb 14, 2020
1 parent 7e70e9c commit 754b4c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -246,7 +246,7 @@ def ns_add_busy_worker
#
# @!visibility private
def ns_ready_worker(worker, success = true)
task_and_args = @queue.shift
task_and_args = @queue.shift
if task_and_args
worker << task_and_args
else
Expand Down

0 comments on commit 754b4c4

Please sign in to comment.