From a1ad23b39dd0389d569ef1774fe2cb61aafc8357 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 8 Jul 2019 09:06:47 -0700 Subject: [PATCH] Removed rogue newline --- docs/middleware.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/middleware.md b/docs/middleware.md index c3c8c482..b20adab0 100644 --- a/docs/middleware.md +++ b/docs/middleware.md @@ -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 -- 2.47.2