commit 0dbe75757b4dbf1800b5cbbd666ca488ecd1d5fa parent 5fed12a8f75cf4d8234984542de591ec869def8a Author: MS <ms@taler.net> Date: Fri, 11 Dec 2020 16:01:57 +0100 remove empty lines Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt | | | 1 | - |
| M | util/src/main/kotlin/Errors.kt | | | 21 | ++------------------- |
2 files changed, 2 insertions(+), 20 deletions(-)
diff --git 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 @@ -35,22 +35,4 @@ fun execThrowableOrTerminate(func: () -> Unit) { println(e.message) exitProcess(1) } -} - - - - - - - - - - - - - - - - - - +} +\ No newline at end of file