Skip to content

Commit 539ccd1

Browse files
removed trailing whitespace
1 parent 5deb129 commit 539ccd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

channels/testing/live.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def _pre_setup(self):
5959
static_wrapper=self.static_wrapper if self.serve_static else None,
6060
)
6161
self._server_process = self.ProtocolServerProcess(
62-
self.host,
63-
get_application,
62+
self.host,
63+
get_application,
6464
port=self.port
6565
)
6666
self._server_process.start()

0 commit comments

Comments
 (0)