mirror of
https://github.com/django/daphne.git
synced 2025-04-20 08:42:18 +03:00
Fix trailing whitespace
This commit is contained in:
parent
69186ef7b7
commit
c64fe97463
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user