Skip to content

Commit 5222346

Browse files
committed
Rubocop - Style/AlignParameters
1 parent 22f849e commit 5222346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/common/helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def characters(chars)
220220

221221
def _no_such_element
222222
fail Selenium::WebDriver::Error::NoSuchElementError,
223-
'An element could not be located on the page using the given search parameters.'
223+
'An element could not be located on the page using the given search parameters.'
224224
end
225225
end # module Common
226226
end # module Appium

0 commit comments

Comments
 (0)