otp: Add newline at EOF of ChatAgent UberDOG
This commit is contained in:
parent
5cee565915
commit
288056df8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue