8000 Remove trailing whitespace. · rack/rack@b0de37d · GitHub
[go: up one dir, main page]

Skip to content

Commit b0de37d

Browse files
committed
Remove trailing whitespace.
1 parent 1a784e5 commit b0de37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec_request.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class RackRequestTest < Minitest::Spec
120120
Rack::MockRequest.env_for("/", "HTTP_HOST" => "123foo.example.com")
121121
req.host.must_equal "123foo.example.com"
122122
req.hostname.must_equal "123foo.example.com"
123-
123+
124124
req = make_request \
125125
Rack::MockRequest.env_for("/", "SERVER_NAME" => "example.org", "SERVER_PORT" => "9292")
126126
req.host.must_equal "example.org"

0 commit comments

Comments
 (0)
0