From 268da212bc910330c59aa46cb05d7029142d240a Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 26 Jan 2021 16:05:12 +0100 Subject: fix rendering --- libeufin/api-nexus.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libeufin') diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index 437f51cd..0e122c48 100644 --- a/libeufin/api-nexus.rst +++ b/libeufin/api-nexus.rst @@ -79,11 +79,11 @@ User Management **Request:** - ..code-block:: ts + .. code-block:: ts - interface UserChangePassword { - newPassword: string; - } + interface UserChangePassword { + newPassword: string; + } .. http:post:: {nexusBase}/users -- cgit v1.2.3