Skip to content

Commit 76a8888

Browse files
committed
Rubocop - Style/RedundantReturn
1 parent 96c65d7 commit 76a8888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/ios/helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def _by_json opts
564564
# })
565565
def eles_by_json opts
566566
opts[:onlyFirst] = false
567-
return _by_json opts
567+
_by_json opts
568568
end
569569

570570
# see eles_by_json

0 commit comments

Comments
 (0)