reformat (indent with spaces)

This commit is contained in:
Lexi / Zoe 2019-09-22 23:14:26 +02:00
parent 4f066eade5
commit 564b903292
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
2 changed files with 2 additions and 3 deletions

View File

@ -3,5 +3,5 @@ from django.urls import path
from . import views
urlpatterns = [
path('', views.index, name='index')
path('', views.index, name='index')
]

View File

@ -3,5 +3,4 @@ from django.shortcuts import render
# Create your views here.
def index(request):
return HttpResponse("Hello worlds!")
return HttpResponse("Hello worlds!")