commit 2b611d2a959ffccfdae28030e6d1b43256644241 parent 2d656c1d85ac443519b7f07c11b6b52744146838 Author: Marcello Stanisci <ms@taler.net> Date: Tue, 12 May 2020 16:16:48 +0200 remove newlines Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt @@ -533,10 +533,8 @@ fun main() { "Transport '${body.type}' not implemented. Use 'ebics'" ) } - return@post } - /** * Hello endpoint. */