From: bfis Date: Wed, 6 Jan 2021 13:16:19 +0000 (+0100) Subject: Remove trailing whitespace X-Git-Tag: v6.2.0b1~54^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81bc33aea2db93f3e020172832e1e6677efb8d26;p=thirdparty%2Ftornado.git Remove trailing whitespace --- diff --git a/tornado/iostream.py b/tornado/iostream.py index 9d8d9c7fb..51a348c2c 100644 --- a/tornado/iostream.py +++ b/tornado/iostream.py @@ -1588,7 +1588,7 @@ class SSLIOStream(IOStream): # depending on the SSL version) return None if len(buf) >> 30: - buf = memoryview(buf)[: 1 << 30] + buf = memoryview(buf)[: 1 << 30] try: return self.socket.recv_into(buf, len(buf)) except ssl.SSLError as e: