Skip to content

Commit 5bf4f87

Browse files
committed
Fix indentation.
1 parent b8879fd commit 5bf4f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protocol/rack/adapter/generic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def unwrap_request(request, env)
119119

120120
# HTTP/2 prefers `:authority` over `host`, so we do this for backwards compatibility.
121121
env[CGI::HTTP_HOST] ||= request.authority
122-
122+
123123
if peer = request.peer
124124
env[CGI::REMOTE_ADDR] = peer.ip_address
125125
end

0 commit comments

Comments
 (0)