mirror of
https://github.com/django/django.git
synced 2025-09-13 05:57:52 +00:00
Added some missing whitespace around arithmetic operators
This commit is contained in:
parent
6f06c749b7
commit
2ba09c000d
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue