Skip to content

Commit ea9d075

Browse files
committed
Undid gratuitous whitespace changes.
- Legacy-Id: 6282
1 parent 2f1edc3 commit ea9d075

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/meeting/migrations/0002_auto__add_field_session_short.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
class Migration(SchemaMigration):
88

99
def forwards(self, orm):
10-
10+
1111
# Adding field 'Session.short'
1212
db.add_column('meeting_session', 'short', self.gf('django.db.models.fields.CharField')(default='', max_length=32, blank=True), keep_default=False)
1313

1414

1515
def backwards(self, orm):
16-
16+
1717
# Deleting field 'Session.short'
1818
db.delete_column('meeting_session', 'short')
1919

0 commit comments

Comments
 (0)