Skip to content

Commit

Permalink
Undo removing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Oct 29, 2023
1 parent 7158177 commit 39f3d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ import time
class MonitoringMiddleware:
def __init__(self, app):
self.app = app

async def __call__(self, scope, receive, send):
start = time.time()
try:
Expand Down

0 comments on commit 39f3d0d

Please sign in to comment.