mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed unnecessary trailing commas and spaces in various code.
This commit is contained in:
@@ -291,7 +291,7 @@ class FormsetTests(TestCase):
|
||||
data = {'test-TOTAL_FORMS': '1',
|
||||
'test-INITIAL_FORMS': '0',
|
||||
'test-MAX_NUM_FORMS': '',
|
||||
'test-0-name': 'Random Place', }
|
||||
'test-0-name': 'Random Place'}
|
||||
with self.assertNumQueries(1):
|
||||
formset = Formset(data, prefix="test")
|
||||
formset.save()
|
||||
|
||||
Reference in New Issue
Block a user