Skip to content

Commit 4e24752

Browse files
committed
Rubocop - Style/FirstParameterIndentation
1 parent 5841e9d commit 4e24752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/appium_lib/ios/helper.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ def last_ele(class_name)
278278
# @return [Element]
279279
def tag(class_name)
280280
ele_by_json(
281-
typeArray: [class_name],
282-
onlyVisible: true
281+
typeArray: [class_name],
282+
onlyVisible: true
283283
)
284284
end
285285

@@ -289,8 +289,8 @@ def tag(class_name)
289289
# @return [Element]
290290
def tags(class_name)
291291
eles_by_json(
292-
typeArray: [class_name],
293-
onlyVisible: true
292+
typeArray: [class_name],
293+
onlyVisible: true
294294
)
295295
end
296296

0 commit comments

Comments
 (0)