Skip to content

Commit 85b8dc9

Browse files
committed
Drop an accidental trailing space from conftest
1 parent b910219 commit 85b8dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cheroot/test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def http_request_timeout():
2525
"""Return a common HTTP request timeout for tests with queries."""
2626
computed_timeout = 0.1
2727

28-
if IS_MACOS:
28+
if IS_MACOS:
2929
computed_timeout *= 2
3030

3131
if IS_WINDOWS:

0 commit comments

Comments
 (0)