mirror of
https://github.com/django/daphne.git
synced 2025-07-09 15:42:24 +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
|
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
|
ordering does not write to the session after the first message to improve
|
||||||
performance.
|
performance.
|
||||||
"""
|
"""
|
||||||
def decorator(func):
|
def decorator(func):
|
||||||
@channel_session
|
@channel_session
|
||||||
@functools.wraps(func)
|
@functools.wraps(func)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user