Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarkdragon committed Apr 21, 2018
1 parent 25d6018 commit fbbe8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/marketing/migrations/0022_auto_20180419_1517.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='emailsubscriber',
name='repos',
field=django.contrib.postgres.fields.ArrayField(base_field=models.CharField(max_length=200), blank=True,
default=[], size=None),
field=django.contrib.postgres.fields.ArrayField(
base_field=models.CharField(max_length=200), blank=True, default=[], size=None),
),
migrations.AddField(
model_name='emailsubscriber',
Expand Down

0 comments on commit fbbe8cc

Please sign in to comment.