added newline

This commit is contained in:
Oliver Walters 2017-03-28 23:16:47 +11:00
parent a793b344e8
commit 18c39e7680
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ from . import views
urlpatterns = [
url(r'^$', views.index, name='index')
]
]