Skip to content

Commit a96d284

Browse files
restore whitespace
1 parent dc3d352 commit a96d284

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • sentry_sdk/integrations/django

sentry_sdk/integrations/django/asgi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ async def sentry_patched_asgi_handler(
102102
# https://github.com/django/django/commit/bcd255cd5ca0a1e686d276cca71f45ec400d84a2
103103
path_includes_root_path=DJANGO_VERSION >= (5, 1),
104104
)._run_asgi3
105+
105106
return await middleware(scope, receive, send)
106107

107108
cls.__call__ = sentry_patched_asgi_handler

0 commit comments

Comments
 (0)