Added some missing whitespace around arithmetic operators
This commit is contained in:
parent
6f06c749b7
commit
2ba09c000d
|
@ -103,7 +103,7 @@ class WriterTests(TestCase):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
self.assertSerializedResultEqual(
|
self.assertSerializedResultEqual(
|
||||||
((x, x*x) for x in range(3)),
|
((x, x * x) for x in range(3)),
|
||||||
(
|
(
|
||||||
"((0, 0), (1, 1), (2, 4))",
|
"((0, 0), (1, 1), (2, 4))",
|
||||||
set(),
|
set(),
|
||||||
|
|
Loading…
Reference in New Issue