Commit 7299b397 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #8355: Removed some whitespace that was apparently causing difficulty...

Fixed #8355: Removed some whitespace that was apparently causing difficulty with script compilation. Thanks to bear330 for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 0345fec7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -70,4 +70,3 @@ class DatabaseCreation(BaseDatabaseCreation):
        if test_database_name and test_database_name != ":memory:":
            # Remove the SQLite database file
            os.remove(test_database_name)
                    
 No newline at end of file