gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: remove empty line


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: remove empty line
Date: Wed, 09 Oct 2019 15:18:52 +0200

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 856ee91  remove empty line
856ee91 is described below

commit 856ee911ec09a3e0bcd0b3c7bee66c8a717e883b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Oct 9 15:18:46 2019 +0200

    remove empty line
---
 nexus/src/main/kotlin/Main.kt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/Main.kt b/nexus/src/main/kotlin/Main.kt
index 7c1dd32..07c2efd 100644
--- a/nexus/src/main/kotlin/Main.kt
+++ b/nexus/src/main/kotlin/Main.kt
@@ -31,8 +31,8 @@ import io.ktor.server.engine.embeddedServer
 import io.ktor.server.netty.Netty
 import org.slf4j.LoggerFactory
 
-fun main() {
 
+fun main() {
     val logger = LoggerFactory.getLogger("tech.libeufin.nexus")
 
     val server = embeddedServer(Netty, port = 5001) {
@@ -61,5 +61,4 @@ fun main() {
 
     logger.info("Up and running")
     server.start(wait = true)
-
 }

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



reply via email to

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