indentation

This commit is contained in:
HoneyryderChuck 2020-03-07 00:35:22 +00:00
parent 17ad340496
commit f8256a7dba
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Metrics/MethodLength:
Max: 200
Metrics/ParameterLists:
Max: 6
CountKeywordArgs: false
Naming/FileName:

View File

@ -81,6 +81,7 @@ module HTTPX
return false if @state == :closing || @state == :closed
return false if exhausted?
(
(
@origins.include?(uri.origin) &&