Skip to content

Commit 40c060b

Browse files
committed
Rubocop - Style/SpaceAfterNot
1 parent 2793129 commit 40c060b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios_tests/lib/ios/specs/device/device.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def before_first
66
# go back to the main page
77
def go_back
88
back
9-
wait { ! exists { id 'ArrowButton' } } # successfully transitioned back
9+
wait { !exists { id 'ArrowButton' } } # successfully transitioned back
1010
end
1111

1212
t 'before_first' do

0 commit comments

Comments
 (0)