Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit ccc08a7

Browse files
committed
Clear up trailing whitespace.
1 parent 265a0fc commit ccc08a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_hyper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def test_connections_accept_proxy_hosts_and_ports(self):
5656
assert c.proxy_port == 8443
5757

5858
def test_connections_can_parse_proxy_hosts_and_ports(self):
59-
c = HTTP20Connection('www.google.com',
60-
proxy_host='localhost',
59+
c = HTTP20Connection('www.google.com',
60+
proxy_host='localhost',
6161
proxy_port=8443)
6262
assert c.host == 'www.google.com'
6363
assert c.proxy_host == 'localhost'

0 commit comments

Comments
 (0)