Skip to content

Commit 35093d6

Browse files
committed
Fix trailing whitespace final
1 parent eca91f0 commit 35093d6

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
@@ -308,7 +308,7 @@ def __ror__(self, other):
308308
tmp = ChainMap() | SubclassRor()
309309
self.assertIs(type(tmp), SubclassRor)
310310
self.assertIs(type(tmp.maps[0]), dict)
311-
311+
312312
def test_ior_fallback(self):
313313
# Verify that __ior__ returns NotImplemented for unrecognized types,
314314
# allowing the other operand to handle the operation via __ror__.

0 commit comments

Comments
 (0)