You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/09/06 17:34:56 UTC

[incubator-ponymail-foal] 11/15: needs another newline

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

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

commit a724b9befacb728164c36f7348e32c3de593d30f
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Sep 6 19:23:05 2020 +0200

    needs another newline
---
 server/endpoints/preferences.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/endpoints/preferences.py b/server/endpoints/preferences.py
index aa3a682..bfd7e3b 100644
--- a/server/endpoints/preferences.py
+++ b/server/endpoints/preferences.py
@@ -21,6 +21,7 @@ import plugins.aaa
 """ Generic preferences endpoint for Pony Mail codename Foal"""
 """ This is incomplete, but will work for anonymous tests. """
 
+
 async def process(
     server: plugins.server.BaseServer, session: dict, indata: dict
 ) -> dict: