[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 02/09: fix: someone doesnt know what indentation is
From: |
gnunet |
Subject: |
[taler-docs] 02/09: fix: someone doesnt know what indentation is |
Date: |
Sun, 26 May 2024 01:45:49 +0200 |
This is an automated email from the git hooks/post-receive script.
nora-grothoff pushed a commit to branch master
in repository docs.
commit e7e30485f0468a410dd96d991973fff680a9095e
Author: Nullptrderef <nullptrderef@proton.me>
AuthorDate: Sun May 26 01:24:39 2024 +0200
fix: someone doesnt know what indentation is
---
core/api-mailbox.rst | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/core/api-mailbox.rst b/core/api-mailbox.rst
index 34d27ded..bdb52c89 100644
--- a/core/api-mailbox.rst
+++ b/core/api-mailbox.rst
@@ -187,19 +187,19 @@ Receiving messages
interface MessageDeletionRequest {
- // Number of messages to delete. (Starting from the beginning
- // of the latest GET response).
- count: Integer;
+ // Number of messages to delete. (Starting from the beginning
+ // of the latest GET response).
+ count: Integer;
- // SHA-512 hash over all messages to delete.
- checksum: HashCode;
+ // SHA-512 hash over all messages to delete.
+ checksum: HashCode;
- // Signature by the mailbox's private key affirming
- // the deletion of the messages, of purpuse
- // ``TALER_SIGNATURE_WALLET_MAILBOX_DELETE_MESSAGES``.
- wallet_sig: EddsaSignature;
+ // Signature by the mailbox's private key affirming
+ // the deletion of the messages, of purpuse
+ // ``TALER_SIGNATURE_WALLET_MAILBOX_DELETE_MESSAGES``.
+ wallet_sig: EddsaSignature;
- }
+ }
**Response**
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-docs] branch master updated (5b9651b6 -> 932ac913), gnunet, 2024/05/25
- [taler-docs] 01/09: fix: typo or something, gnunet, 2024/05/25
- [taler-docs] 05/09: fix syntax, gnunet, 2024/05/25
- [taler-docs] 02/09: fix: someone doesnt know what indentation is,
gnunet <=
- [taler-docs] 04/09: foobase??, gnunet, 2024/05/25
- [taler-docs] 06/09: the ts def should match the interface name 1:1, gnunet, 2024/05/25
- [taler-docs] 09/09: fix the thing, gnunet, 2024/05/25
- [taler-docs] 03/09: wtaf was 91083aa's indentation in auditor.rst, gnunet, 2024/05/25
- [taler-docs] 07/09: move to pkg, do import resolution, gnunet, 2024/05/25
- [taler-docs] 08/09: we need to consistently not export things, gnunet, 2024/05/25