Skip to content

Commit eca91f0

Browse files
committed
Fix trailing whitespace manually
1 parent f2826a9 commit eca91f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def test_ior_fallback(self):
315315
class Rescuer:
316316
def __ror__(self, other):
317317
return "fallback"
318-
318+
319319
cm = ChainMap()
320320
# This should not raise TypeError.
321321
# Since ChainMap.__ior__ returns NotImplemented, Python calls Rescuer.__ror__,

0 commit comments

Comments
 (0)