lib/httpx/response.rb in httpx-0.20.2 vs lib/httpx/response.rb in httpx-0.20.3

- old
+ new

@@ -54,10 +54,10 @@ bodyless? || (@request.verb == :connect && @status == 200) end # :nocov: def inspect - "#<Response:#{object_id} "\ + "#<Response:#{object_id} " \ "HTTP/#{version} " \ "@status=#{@status} " \ "@headers=#{@headers} " \ "@body=#{@body.bytesize}>" end