Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
gardleopard committed Aug 22, 2023
1 parent 78c1e48 commit ccbd524
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/unleash/variant_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ class VariantDefinition

def ==(other)
self.name == other.name &&
self.weight == other.weight &&
self.payload == other.payload &&
self.stickiness == other.stickiness &&
self.overrides == other.overrides
self.weight == other.weight &&
self.payload == other.payload &&
self.stickiness == other.stickiness &&
self.overrides == other.overrides
end

def initialize(name, weight = 0, payload = nil, stickiness = nil, overrides = []) # rubocop:disable Metrics/ParameterLists
Expand Down

0 comments on commit ccbd524

Please sign in to comment.