Skip to content

Commit

Permalink
RuboCop: Style/RedundantReturn
Browse files Browse the repository at this point in the history
  • Loading branch information
jlduran committed Nov 2, 2023
1 parent 25422b6 commit 7e28f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def initialize(proxy, *_args)
end

def result
return :ordinal if active?
:ordinal if active?
end

private
Expand Down

0 comments on commit 7e28f29

Please sign in to comment.