Skip to content

Commit 7ba83e5

Browse files
committed
Rubocop - Style/IndentationWidth
1 parent 20ebd0b commit 7ba83e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/device/device.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def set_context(context = null)
194194
def hide_keyboard(close_key = nil)
195195
# Android can only tapOutside.
196196
if $driver.device_is_android?
197-
return execute :hide_keyboard, {}, strategy: :tapOutside
197+
return execute :hide_keyboard, {}, strategy: :tapOutside
198198
end
199199

200200
close_key ||= 'Done' # default to Done key.

0 commit comments

Comments
 (0)