Skip to content

Commit 4fa6755

Browse files
committed
Lint: Remove spaces
1 parent 2f6002e commit 4fa6755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/email/feedparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def _can_dump_data(self, data):
158158
# We can't blindly dump entire chunks, if we're interested in
159159
# more than just boundaries
160160
return False
161-
161+
162162
# We only care about boundaries; we can dump as long as there's no
163163
# potential boundaries.
164164
return '-' not in data

0 commit comments

Comments
 (0)