gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: remove empty lines


From: gnunet
Subject: [libeufin] branch master updated: remove empty lines
Date: Fri, 11 Dec 2020 16:02:02 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 0dbe757  remove empty lines
0dbe757 is described below

commit 0dbe75757b4dbf1800b5cbbd666ca488ecd1d5fa
Author: MS <ms@taler.net>
AuthorDate: Fri Dec 11 16:01:57 2020 +0100

    remove empty lines
---
 .../main/kotlin/tech/libeufin/sandbox/bankAccount.kt |  1 -
 util/src/main/kotlin/Errors.kt                       | 20 +-------------------
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt
index aff6fa5..50ff366 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt
@@ -1,6 +1,5 @@
 package tech.libeufin.sandbox
 
-import org.jetbrains.exposed.sql.SqlExpressionBuilder.eq
 import org.jetbrains.exposed.sql.or
 import org.jetbrains.exposed.sql.select
 import org.jetbrains.exposed.sql.transactions.transaction
diff --git a/util/src/main/kotlin/Errors.kt b/util/src/main/kotlin/Errors.kt
index eac3656..e99e8be 100644
--- a/util/src/main/kotlin/Errors.kt
+++ b/util/src/main/kotlin/Errors.kt
@@ -35,22 +35,4 @@ fun execThrowableOrTerminate(func: () -> Unit) {
         println(e.message)
         exitProcess(1)
     }
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+}
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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