From fdc17bea58f210f62ac0d9e836b68e84c6dbd15c Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 15 Nov 2016 16:56:29 +0100 Subject: Fix rubocop issues, introduce usage of frozen literal to improve performance --- app/workers/distribution_worker.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/workers/distribution_worker.rb') diff --git a/app/workers/distribution_worker.rb b/app/workers/distribution_worker.rb index a69b39523..09374bee2 100644 --- a/app/workers/distribution_worker.rb +++ b/app/workers/distribution_worker.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class DistributionWorker include Sidekiq::Worker -- cgit