From d0bf7ea6b806a404df68c6447a136c8441a3a54a Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 1 Jun 2017 09:38:34 +0200 Subject: fix some compiler warnings --- api-bank.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'api-bank.rst') diff --git a/api-bank.rst b/api-bank.rst index 6068176b..401847f8 100644 --- a/api-bank.rst +++ b/api-bank.rst @@ -36,10 +36,8 @@ request. **Response:** -:status 200 OK: The request has been correctly handled, so the funds have been transferred to the recipient's account. The body is a -`BankDepositDetails`_. - -:status 400 Bad Request: The bank replies a `BankError`_ object +:status 200 OK: The request has been correctly handled, so the funds have been transferred to the recipient's account. The body is a `BankDepositDetails`_. +:status 400 Bad Request: The bank replies a `BankError`_ object. **Details:** -- cgit v1.2.3