From c64fe974637ff0cfbf8d2424f3234ba9ecd417d8 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 23 Feb 2016 19:36:17 -0800 Subject: [PATCH] Fix trailing whitespace --- channels/sessions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/sessions.py b/channels/sessions.py index 7052f01..a9e847e 100644 --- a/channels/sessions.py +++ b/channels/sessions.py @@ -72,7 +72,7 @@ def enforce_ordering(func=None, slight=False): You cannot mix slight ordering and strict ordering on a channel; slight ordering does not write to the session after the first message to improve performance. - """ + """ def decorator(func): @channel_session @functools.wraps(func)