mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add missing preamble for @krzysiek1507, #3759
This commit is contained in:
parent
aa46700500
commit
967f3f34bd
4 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
module Extensions
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
class JobLogger
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
require 'sidekiq/scheduled'
|
||||
require 'sidekiq/api'
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
module Middleware
|
||||
module Server
|
||||
|
|
Loading…
Add table
Reference in a new issue