Skip to content

Commit

Permalink
standardize
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jun 9, 2022
1 parent 87b2c47 commit 4026085
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require "rdoc/task"
RDoc::Task.new do |rdoc|
rdoc.main = "docs/rdoc.rdoc"
rdoc.rdoc_files.include("docs/rdoc.rdoc",
"lib/sidekiq/api.rb",
"lib/sidekiq/client.rb",
"lib/sidekiq/worker.rb",
"lib/sidekiq/job.rb")
"lib/sidekiq/api.rb",
"lib/sidekiq/client.rb",
"lib/sidekiq/worker.rb",
"lib/sidekiq/job.rb")
end

Rake::TestTask.new(:test) do |test|
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def each
# normal conditions.
#
# @param jid [String] the job_id to look for
# @return [Sidekiq::JobRecord]
# @return [Sidekiq::JobRecord]
# @return [nil] if not found
def find_job(jid)
detect { |j| j.jid == jid }
Expand Down

0 comments on commit 4026085

Please sign in to comment.