Skip to content

Commit 7994d0f

Browse files
committed
Rubocop - Style/PercentLiteralDelimiters
1 parent 4a6902d commit 7994d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/android/helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def initialize
2424

2525
def reset
2626
@result = ''
27-
@keys = %w[text resource-id content-desc]
27+
@keys = %w(text resource-id content-desc)
2828
@instance = Hash.new(-1)
2929
end
3030

0 commit comments

Comments
 (0)