Skip to content

Commit cb2062a

Browse files
committed
[rb] fix linter failure from missing spaces
1 parent f6d831b commit cb2062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/remote/http/persistent.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module Http
2727
class Persistent < Default
2828
def initialize(open_timeout: nil, read_timeout: nil)
2929
WebDriver.logger.deprecate("Selenium::WebDriver::Remote::Http::Persistent",
30-
id: :http_persistent) {"The default HTTP client now uses persistence."}
30+
id: :http_persistent) { "The default HTTP client now uses persistence." }
3131
super
3232
end
3333

0 commit comments

Comments
 (0)