otp: Add newline at EOF of ChatAgent UberDOG

This commit is contained in:
John P 2014-07-31 00:28:23 +03:00
parent 5cee565915
commit 288056df8a

View file

@ -123,4 +123,4 @@ class ChatAgentUD(DistributedObjectGlobalUD):
if cmp(cmplist,splitseq) == 0:
modifications.append((offset, offset + len(word) + len(sequence) - 1))
offset += len(word) + 1
return modifications
return modifications