gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/06: remove empty lines


From: gnunet
Subject: [libeufin] 02/06: remove empty lines
Date: Wed, 29 Apr 2020 21:44:41 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

commit 52222ba815fd0b0f31521d7482826ed6536c5bb2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 29 16:21:15 2020 +0200

    remove empty lines
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 23fec93..ca37a14 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -177,7 +177,6 @@ fun main() {
                 call.respond(ret)
                 return@get
             }
-
             /* Show details about ONE Ebics host */
             get("/ebics/hosts/{id}") {
                 val resp = transaction {
@@ -194,7 +193,6 @@ fun main() {
                 )
                 else call.respond(resp)
             }
-
             /** Create a new EBICS host. */
             post("/ebics/hosts") {
                 val req = call.receive<EbicsHostCreateRequest>()

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



reply via email to

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