Fix rubocop issue

This commit is contained in:
Luis Ramos
2020-08-26 23:09:41 +01:00
parent 6f17b80bb8
commit 53de04121c

View File

@@ -59,7 +59,6 @@ module Spree
@countries ||= case kind
when 'country' then zoneables
when 'state' then zoneables.collect(&:country)
else nil
end.flatten.compact.uniq
end