From 07349597ab936dc9887caa70b5d7d2860c897b12 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 29 Dec 2011 13:31:12 +0000 Subject: whitespace fixes --- djangorestframework/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'djangorestframework/urls.py') diff --git a/djangorestframework/urls.py b/djangorestframework/urls.py index 271b0215..827aac9c 100644 --- a/djangorestframework/urls.py +++ b/djangorestframework/urls.py @@ -13,4 +13,4 @@ urlpatterns = patterns('djangorestframework.utils.staticviews', if not settings.DEBUG: urlpatterns += patterns('djangorestframework.utils.staticviews', (r'favicon.ico', 'favicon'), - ) \ No newline at end of file + ) -- cgit v1.2.3