1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-27 00:57:47 +08:00

remove obnoxious trailing blanks

This commit is contained in:
Joel Bender
2016-11-07 22:45:32 -05:00
parent 4263b7493a
commit 233486d0a2
29 changed files with 75 additions and 75 deletions

View File

@@ -159,7 +159,7 @@ class LocalStreamAccessFileObject(FileObject):
start_position = len(self._file_data)
self._file_data += data
# no slice assignment, strings are immutable
# no slice assignment, strings are immutable
else:
data_len = len(data)
prechunk = self._file_data[:start_position]