Skip to content

Commit e383ac6

Browse files
committed
Rubocop - Style/PercentLiteralDelimiters
1 parent 211bd82 commit e383ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android_tests/lib/run.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
appium_txt = File.expand_path(File.join(Dir.pwd, 'lib'))
2020
dir = appium_txt
2121
device = ARGV[0].downcase.strip
22-
devices = %w[ android selendroid ios ]
22+
devices = %w(android selendroid ios)
2323
raise 'Expected android, selendroid or ios as first argument' unless devices.include? device
2424

2525
one_test = ARGV[1]

0 commit comments

Comments
 (0)