Skip to content

Commit c7155ed

Browse files
committed
sing a pumpkin carol
1 parent fdb4303 commit c7155ed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

rb/lib/selenium/webdriver/remote.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
module Selenium
2424
module WebDriver
2525
module Remote
26-
autoload :Bridge, 'selenium/webdriver/remote/bridge'
27-
autoload :Driver, 'selenium/webdriver/remote/driver'
28-
autoload :Response, 'selenium/webdriver/remote/response'
26+
autoload :Bridge, 'selenium/webdriver/remote/bridge'
27+
autoload :Driver, 'selenium/webdriver/remote/driver'
28+
autoload :Response, 'selenium/webdriver/remote/response'
2929
autoload :Capabilities, 'selenium/webdriver/remote/capabilities'
30-
autoload :COMMANDS, 'selenium/webdriver/remote/commands'
30+
autoload :COMMANDS, 'selenium/webdriver/remote/commands'
31+
3132
module Http
32-
autoload :Common, 'selenium/webdriver/remote/http/common'
33+
autoload :Common, 'selenium/webdriver/remote/http/common'
3334
autoload :Default, 'selenium/webdriver/remote/http/default'
3435
end
3536
end

0 commit comments

Comments
 (0)