rubocop autofix

This commit is contained in:
2021-04-29 17:42:31 +02:00
parent b64fa26a55
commit f7799bb514
54 changed files with 127 additions and 50 deletions

View File

@@ -1,8 +1,6 @@
class WowMountDetailWorker < WowSidekiqWorker
def locales
super
end
# frozen_string_literal: true
class WowMountDetailWorker < WowSidekiqWorker
def perform(mount_id)
return unless (mount = WowMount.where(mount_id: mount_id).first)