Kaydet (Commit) 2ba09c00 authored tarafından Alex Gaynor's avatar Alex Gaynor

Added some missing whitespace around arithmetic operators

üst 6f06c749
......@@ -103,7 +103,7 @@ class WriterTests(TestCase):
)
)
self.assertSerializedResultEqual(
((x, x*x) for x in range(3)),
((x, x * x) for x in range(3)),
(
"((0, 0), (1, 1), (2, 4))",
set(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment