Skip to content

Commit d2767a8

Browse files
committed
fix rubocop
1 parent 175ab43 commit d2767a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/appium_lib_core/common/base/driver.rb

+5-3
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@ def push_file(path, filedata)
427427
# Otherwise the root folder is considered as / on Android and on iOS it is a media folder root
428428
# (real devices only).
429429
# Only pulling files from application containers is supported for iOS Simulator.
430-
# Provide the remote path in format <code>@bundle.identifier:container_type/relative_path_in_container</code>
430+
# Provide the remote path in format
431+
# <code>@bundle.identifier:container_type/relative_path_in_container</code>
431432
# (Make sure this in ifuse doc)
432433
#
433434
# @return [Base64-decoded] Base64 decoded data
@@ -452,15 +453,16 @@ def pull_file(path)
452453
#
453454
# {https://github.com/osxfuse/osxfuse/wiki/FAQ osxFuse FAQ}
454455
#
455-
# {https://developer.android.com/studio/debug/ 'Debug Your App' developer article}
456+
# {https://developer.android.com/studio/debug 'Debug Your App' developer article}
456457
#
457458
# @param [String] path Absolute path to the folder.
458459
# If the path starts with <em>@applicationId/</em> prefix, then the folder will be pulled
459460
# from the root of the corresponding application container.
460461
# Otherwise the root folder is considered as / on Android and on iOS it is a media folder root
461462
# (real devices only).
462463
# Only pulling files from application containers is supported for iOS Simulator.
463-
# Provide the remote path in format <code>@bundle.identifier:container_type/relative_path_in_container</code>
464+
# Provide the remote path in format
465+
# <code>@bundle.identifier:container_type/relative_path_in_container</code>
464466
# (Make sure this in ifuse doc)
465467
#
466468
# @return [Base64-decoded] Base64 decoded data which is zip archived

0 commit comments

Comments
 (0)