Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed Mar 15, 2024
1 parent 3fdc392 commit ced1a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def example_view(request) -> HttpResponse:
``` python hl_lines="3"
MIDDLEWARE = [
# ...
'django_asgi_lifespan.middleware.LifespanStateMiddleware',
"django_asgi_lifespan.middleware.LifespanStateMiddleware",
# ...
]
```
Expand Down

0 comments on commit ced1a0c

Please sign in to comment.