Skip to content

Commit 49b30c9

Browse files
committed
RuboCop: Layout/MultilineMethodCallIndentation
1 parent e72a1e6 commit 49b30c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/indieweb/endpoints/client.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ def endpoints
4141
# @raise [IndieWeb::Endpoints::HttpError, IndieWeb::Endpoints::SSLError]
4242
def response
4343
@response ||= HTTP
44-
.follow(max_hops: 20)
45-
.headers(HTTP_HEADERS_OPTS)
46-
.timeout(connect: 5, read: 5)
47-
.get(uri)
44+
.follow(max_hops: 20)
45+
.headers(HTTP_HEADERS_OPTS)
46+
.timeout(connect: 5, read: 5)
47+
.get(uri)
4848
rescue HTTP::Error => e
4949
raise HttpError, e
5050
rescue OpenSSL::SSL::SSLError => e

0 commit comments

Comments
 (0)