Skip to content

Commit

Permalink
Merge pull request #5318 from nebulab/waiting-for-dev/fix_offense_aft…
Browse files Browse the repository at this point in the history
…er_rubocop_1.56

Fix offense after RuboCop 1.56
  • Loading branch information
waiting-for-dev authored Aug 9, 2023
2 parents 3492d40 + ddba778 commit 8864b2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def initialize
end

def [](key)
return @preferences if key == :preferences
@preferences if key == :preferences
end
end
end
Expand Down

0 comments on commit 8864b2a

Please sign in to comment.