Skip to content

Commit 154a160

Browse files
committed
[rb] fix linter error with more whitespace
1 parent ddc340c commit 154a160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rb/spec/integration/selenium/webdriver/shadow_root_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module Selenium
2323
module WebDriver
2424
describe ShadowRoot, only: {browser: :chrome} do
2525
before { driver.navigate.to url_for('webComponents.html') }
26+
2627
let(:custom_element) { driver.find_element(css: 'custom-checkbox-element') }
2728

2829
it 'gets shadow root from driver' do

0 commit comments

Comments
 (0)