Skip to content

Commit 807f258

Browse files
committed
Rubocop - Style/TrailingComma
1 parent 432144f commit 807f258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android_tests/lib/android/specs/driver.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def is_sauce
3535
app: 'api.apk',
3636
appPackage: 'io.appium.android.apis',
3737
appActivity: '.ApiDemos',
38-
deviceName: 'Nexus 7', },
38+
deviceName: 'Nexus 7' },
3939
custom_url: false,
4040
export_session: false,
4141
default_wait: 1,
@@ -44,7 +44,7 @@ def is_sauce
4444
sauce_access_key: nil,
4545
port: 4723,
4646
device: :android,
47-
debug: true, }
47+
debug: true }
4848

4949
if actual != expected
5050
diff = HashDiff.diff expected, actual

0 commit comments

Comments
 (0)