Skip to content

Commit 9bd1146

Browse files
committed
Trim trailing whitespaces
1 parent cfea956 commit 9bd1146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_comments_xtd/tests/migrations/0001_initial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Migration(migrations.Migration):
3434
),
3535

3636
migrations.CreateModel(
37-
name="Diary",
37+
name="Diary",
3838
fields=[
3939
("id", models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
4040
('body', models.TextField(verbose_name='body')),
@@ -44,7 +44,7 @@ class Migration(migrations.Migration):
4444
options={
4545
'db_table': 'demo_diary',
4646
'ordering': ('-publish',),
47-
},
47+
},
4848
),
4949

5050
migrations.CreateModel(

0 commit comments

Comments
 (0)