gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: indent


From: gnunet
Subject: [libeufin] branch master updated: indent
Date: Tue, 10 Mar 2020 18:15:57 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 924e97b  indent
924e97b is described below

commit 924e97b43014a2ead4d9f8f7d5d63bd3f39b9ac7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Mar 10 18:15:51 2020 +0100

    indent
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index cf1045d..6e16999 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -498,7 +498,12 @@ fun main() {
                 // FIXME(marcello?):  Fetch pain.002 and mark transfers in it 
as "failed"
                 val id = expectId(call.parameters["id"])
                 val subscriberData = getSubscriberDetailsFromId(id)
-                val response = doEbicsDownloadTransaction(client, 
subscriberData, "CRZ", EbicsStandardOrderParams())
+                val response = doEbicsDownloadTransaction(
+                    client,
+                    subscriberData,
+                    "CRZ",
+                    EbicsStandardOrderParams()
+                )
                 when (response) {
                     is EbicsDownloadSuccessResult ->
                         call.respondText(

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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