Fix trailing whitespace

This commit is contained in:
Andrew Godwin 2016-02-23 19:36:17 -08:00
parent 69186ef7b7
commit c64fe97463

View File

@ -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)