diff options
| author | David Ripton <dripton@redhat.com> | 2014-02-26 15:04:54 -0500 |
|---|---|---|
| committer | David Ripton <dripton@redhat.com> | 2014-02-26 15:04:54 -0500 |
| commit | d6fbf12989e85b8cdbd0202653ef6a2709c16bf5 (patch) | |
| tree | 4b48c826064052840e18ac1ee1d7a6e59016f543 /migrate/versioning/script/sql.py | |
| parent | 21fcdad0f485437d010e5743626c63ab3acdaec5 (diff) | |
| download | sqlalchemy-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/versioning/script/sql.py')
| -rw-r--r-- | migrate/versioning/script/sql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migrate/versioning/script/sql.py b/migrate/versioning/script/sql.py index ed80764..fdc9e2b 100644 --- a/migrate/versioning/script/sql.py +++ b/migrate/versioning/script/sql.py @@ -15,7 +15,7 @@ class SqlScript(base.BaseScript): @classmethod def create(cls, path, **opts): """Create an empty migration script at specified path - + :returns: :class:`SqlScript instance <migrate.versioning.script.sql.SqlScript>`""" cls.require_notfound(path) |
