Skip to content

Commit 8f08b7f

Browse files
committed
formatting changes
1 parent 7ac74e5 commit 8f08b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/features/support/env.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$bs_local = nil
1616

1717
if ENV['BROWSERSTACK_APP_ID']
18-
caps['app']=ENV['BROWSERSTACK_APP_ID']
18+
caps['app'] = ENV['BROWSERSTACK_APP_ID']
1919
end
2020

2121
if caps['browserstack.local'] && caps['browserstack.local'].to_s == 'true'

ios/features/support/env.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$bs_local = nil
1616

1717
if ENV['BROWSERSTACK_APP_ID']
18-
caps['app']=ENV['BROWSERSTACK_APP_ID']
18+
caps['app'] = ENV['BROWSERSTACK_APP_ID']
1919
end
2020

2121
if caps['browserstack.local'] && caps['browserstack.local'].to_s == 'true'

0 commit comments

Comments
 (0)