Skip to content

Commit f40eb65

Browse files
olleolleollesaiqulhaq
authored andcommitted
Lint: auto-correct Style/RedundantLineContinuation
1 parent b38a51c commit f40eb65

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
@@ -69,7 +69,7 @@ def call(env)
6969
rescue Errno::EADDRNOTAVAIL, Errno::ECONNREFUSED, IOError, SocketError
7070
raise Faraday::ConnectionFailed, $ERROR_INFO
7171
rescue StandardError => e
72-
if defined?(::OpenSSL::SSL::SSLError) && \
72+
if defined?(::OpenSSL::SSL::SSLError) &&
7373
e.is_a?(::OpenSSL::SSL::SSLError)
7474
raise Faraday::SSLError, e
7575
end

0 commit comments

Comments
 (0)