From 1dae4ac1778f04805c0ed62c8debb13b281ba02b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 10 Oct 2013 16:42:30 -0400 Subject: Whitespace cleanup. * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. --- tests/multiple_database/routers.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/multiple_database') diff --git a/tests/multiple_database/routers.py b/tests/multiple_database/routers.py index 5d15b5d6b0..8a84e0b3d2 100644 --- a/tests/multiple_database/routers.py +++ b/tests/multiple_database/routers.py @@ -58,4 +58,3 @@ class WriteRouter(object): # A router that only expresses an opinion on writes def db_for_write(self, model, **hints): return 'writer' - -- cgit v1.3