Skip to content

Commit

Permalink
fix syntax highlighting in documentation for Sidekiq::Worker (#4042)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanong authored and mperham committed Dec 6, 2018
1 parent 30bbd13 commit 4eb5496
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/sidekiq/worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ module Sidekiq
# Include this module in your worker class and you can easily create
# asynchronous jobs:
#
# class HardWorker
# include Sidekiq::Worker
# class HardWorker
# include Sidekiq::Worker
#
# def perform(*args)
# # do some work
# def perform(*args)
# # do some work
# end
# end
# end
#
# Then in your Rails app, you can do this:
#
Expand Down

0 comments on commit 4eb5496

Please sign in to comment.