Skip to content

Commit

Permalink
Make lines indented by four spaces instead of three
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Feb 29, 2016
1 parent 0ccbb24 commit 5208abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/0010_create_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if __name__ == '__main__':
with db.database.transaction():
Alert.create_table()
AlertSubscription.create_table()
Alert.create_table()
AlertSubscription.create_table()

db.close_db(None)

0 comments on commit 5208abd

Please sign in to comment.