From 85b8dc989669311efd630b0d3826fb4dd65762fc Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 29 Sep 2022 19:01:02 +0200 Subject: [PATCH] Drop an accidental trailing space from `conftest` --- cheroot/test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheroot/test/conftest.py b/cheroot/test/conftest.py index fa94a4757e..0e36ed1c70 100644 --- a/cheroot/test/conftest.py +++ b/cheroot/test/conftest.py @@ -25,7 +25,7 @@ def http_request_timeout(): """Return a common HTTP request timeout for tests with queries.""" computed_timeout = 0.1 - if IS_MACOS: + if IS_MACOS: computed_timeout *= 2 if IS_WINDOWS: