This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 27f6e38  Don't use tabs here
27f6e38 is described below

commit 27f6e38fbb291e2cbacd933354dccf43b14e16f2
Author: Sebb <[email protected]>
AuthorDate: Fri Jun 4 12:53:07 2021 +0100

    Don't use tabs here
---
 server/openapi.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/server/openapi.yaml b/server/openapi.yaml
index e61342f..7c2f1e6 100644
--- a/server/openapi.yaml
+++ b/server/openapi.yaml
@@ -120,7 +120,7 @@ components:
           type: string
         date:
           description: The Datetime of the email
-          example:     "2017/09/30 08:57:19"
+          example: "2017/09/30 08:57:19"
           type: string
         private:
           description: Whether the email is privately archived or not
@@ -286,12 +286,12 @@ components:
           type: array
           example:
             -
-              children:        []
-              tid:     "1ng5htgrhkbzwzzb"
-              subject: "Errored: apache/httpd#1037 (trunk - bafd719)"
-              tsubject:        "apache/httpd#1037 
(trunk…_<dev.httpd.apache.org>"
-              epoch:   1596279300
-              nest:    1
+              children: []
+              tid: "1ng5htgrhkbzwzzb"
+              subject: "Errored: apache/httpd#1037 (trunk - bafd719)"
+              tsubject: "apache/httpd#1037 (trunk…_<dev.httpd.apache.org>"
+              epoch: 1596279300
+              nest: 1
     ErrorResponse:
       properties:
         error:

Reply via email to