Removed the break in the code.

Unnecessary break
parent f64310a0
Pipeline #2746 canceled with stages
......@@ -2,5 +2,4 @@ from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse("Welcome to Lance's \
Music Library!")
return HttpResponse("Welcome to Lance's Music Library!")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment