[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.
- [libeufin] branch master updated (b6e9340 -> 13bfc9f), gnunet, 2020/04/29
- [libeufin] 02/06: remove empty lines,
gnunet <=
- [libeufin] 03/06: Integration test., gnunet, 2020/04/29
- [libeufin] 06/06: Abstracting on "bank account"., gnunet, 2020/04/29
- [libeufin] 04/06: Integration test., gnunet, 2020/04/29
- [libeufin] 01/06: Remove notion of "bank customer" from Sandbox., gnunet, 2020/04/29
- [libeufin] 05/06: More "history logic" to the Sandbox., gnunet, 2020/04/29