Skip to content

Commit

Permalink
lint a random file (#3349)
Browse files Browse the repository at this point in the history
  • Loading branch information
osc-bot authored Feb 12, 2024
1 parent 93d3160 commit 1b65b4f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

module SmartAttributes
class AttributeFactory

extend AccountCache

# Build this attribute object. No 'options' are used as this Attribute
Expand All @@ -12,7 +11,6 @@ class AttributeFactory
# @param opts [Hash] attribute's options
# @return [Attributes::AutoQueues] the attribute object
def self.build_auto_queues(opts = {})

static_opts = {
options: queues
}.merge(opts.without(:options).to_h)
Expand Down

0 comments on commit 1b65b4f

Please sign in to comment.