Skip to content

Commit a9d9573

Browse files
committed
Rubocop - Style/SpaceAroundEqualsInParameterDefault
1 parent 66f4e14 commit a9d9573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios_tests/lib/common.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# common methods
3-
def back_click(opts={})
3+
def back_click(opts = {})
44
opts ||= {}
55
search_wait = opts.fetch(:wait, 60 * 1.7)
66
# iOS may have multiple 'back' buttons

0 commit comments

Comments
 (0)