]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Removed rogue newline 571/head
authorSimon Willison <swillison@gmail.com>
Mon, 8 Jul 2019 16:06:47 +0000 (09:06 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2019 16:06:47 +0000 (09:06 -0700)
docs/middleware.md

index c3c8c4821529029beb2d390c25686d61bce7dc0c..b20adab040f37833df4e1792d467e853c9199cc8 100644 (file)
@@ -217,7 +217,6 @@ when proxy servers are being used, based on the `X-Forwarded-Proto` and `X-Forwa
 A middleware class to emit timing information (cpu and wall time) for each request which
 passes through it.  Includes examples for how to emit these timings as statsd metrics.
 
-
 #### [datasette-auth-github](https://github.com/simonw/datasette-auth-github)
 
 This middleware adds authentication to any ASGI application, requiring users to sign in