summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases/firebird.py
diff options
context:
space:
mode:
authorDavid Ripton <dripton@redhat.com>2014-02-26 15:04:54 -0500
committerDavid Ripton <dripton@redhat.com>2014-02-26 15:04:54 -0500
commitd6fbf12989e85b8cdbd0202653ef6a2709c16bf5 (patch)
tree4b48c826064052840e18ac1ee1d7a6e59016f543 /migrate/changeset/databases/firebird.py
parent21fcdad0f485437d010e5743626c63ab3acdaec5 (diff)
downloadsqlalchemy-migrate-d6fbf12989e85b8cdbd0202653ef6a2709c16bf5.tar.gz
Eradicate trailing whitespace
Remove all trailing spaces and tabs in every file in the project. People have editors configured to do this, which causes them to accidentally make little whitespace changes in unrelated commits, which makes those commits harder to review. Better to fix them all at once. Change-Id: I17d89f55f41d8599e0ab1a31f646cd161289703e
Diffstat (limited to 'migrate/changeset/databases/firebird.py')
-rw-r--r--migrate/changeset/databases/firebird.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/migrate/changeset/databases/firebird.py b/migrate/changeset/databases/firebird.py
index 226728b..bbb4acd 100644
--- a/migrate/changeset/databases/firebird.py
+++ b/migrate/changeset/databases/firebird.py
@@ -31,7 +31,7 @@ class FBColumnDropper(ansisql.ANSIColumnDropper):
if column.name in [col.name for col in index.columns]:
index.drop()
# TODO: recreate index if it references more than this column
-
+
for cons in column.table.constraints:
if isinstance(cons,PrimaryKeyConstraint):
# will be deleted only when the column its on