diff options
Diffstat (limited to 'activejob/lib/active_job/queue_priority.rb')
-rw-r--r-- | activejob/lib/active_job/queue_priority.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_priority.rb b/activejob/lib/active_job/queue_priority.rb index fd1c0f6286..399d7a135a 100644 --- a/activejob/lib/active_job/queue_priority.rb +++ b/activejob/lib/active_job/queue_priority.rb @@ -1,4 +1,3 @@ -# frozen_string_literal: true module ActiveJob module QueuePriority extend ActiveSupport::Concern |