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