From dfcd16788f7995b212a5bae34d3f46c5def44d3c Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 12 Nov 2019 12:58:43 -0500
Subject: [PATCH] doc formatting

---
 docs/source/interface.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/interface.rst b/docs/source/interface.rst
index b824acd..cabf775 100644
--- a/docs/source/interface.rst
+++ b/docs/source/interface.rst
@@ -50,7 +50,7 @@ The response is **OK** with ``application/json`` content-type response body like
 The elements of the list are objects like the one returned by issuing a **GET** to a child of this collection resource.
 
 ``GET /storage-plugins/privatestorageio/zkapauthz-v1/unblinded-token``
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 This endpoint allows an external agent to retrieve unused unblinded tokens present in the node's database.
 Unblinded tokens are returned in ascending text sorted order.
-- 
GitLab