Skip to content

Commit 9d7b9f4

Browse files
committed
Lint: auto-correct Style/RedundantLineContinuation
1 parent bf68f9e commit 9d7b9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/faraday/adapter/httpclient.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def call(env)
6767
rescue Errno::EADDRNOTAVAIL, Errno::ECONNREFUSED, IOError, SocketError
6868
raise Faraday::ConnectionFailed, $ERROR_INFO
6969
rescue StandardError => e
70-
if defined?(::OpenSSL::SSL::SSLError) && \
70+
if defined?(::OpenSSL::SSL::SSLError) &&
7171
e.is_a?(::OpenSSL::SSL::SSLError)
7272
raise Faraday::SSLError, e
7373
end

0 commit comments

Comments
 (0)