Skip to content

Commit bf824c9

Browse files
fzakariapitr-ch
authored andcommitted
remove whitespace
1 parent 658ef56 commit bf824c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def ns_add_busy_worker
246246
#
247247
# @!visibility private
248248
def ns_ready_worker(worker, success = true)
249-
task_and_args = @queue.shift
249+
task_and_args = @queue.shift
250250
if task_and_args
251251
worker << task_and_args
252252
else

0 commit comments

Comments
 (0)