From d6fbf12989e85b8cdbd0202653ef6a2709c16bf5 Mon Sep 17 00:00:00 2001 From: David Ripton Date: Wed, 26 Feb 2014 15:04:54 -0500 Subject: 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 --- migrate/versioning/script/sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'migrate/versioning/script/sql.py') 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 `""" cls.require_notfound(path) -- cgit v1.2.1