gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: formatting


From: gnunet
Subject: [libeufin] branch master updated: formatting
Date: Tue, 16 Jun 2020 11:19:14 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 03ab25c  formatting
03ab25c is described below

commit 03ab25c4652cfa3bfbe3ce1050f3ba790bb1356a
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Jun 16 14:49:06 2020 +0530

    formatting
---
 nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
index 1170aa3..6fad1db 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
@@ -557,8 +557,8 @@ fun getEbicsKeyLetterPdf(conn: NexusBankConnectionEntity): 
ByteArray {
         it.add(Paragraph("Verschlüsselungsschlüssel").setFontSize(24f))
         writeCommon(it)
         it.add(Paragraph("Öffentlicher Schlüssel (Public encryption key)"))
-        it.add(Paragraph("\n"))
         writeKey(it, ebicsSubscriber.customerSignPriv)
+        it.add(Paragraph("\n"))
         writeSigLine(it)
     }
     pdfWriter.flush()

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]