refactoring: cleanup and reformat

This commit is contained in:
2019-07-18 18:50:02 +02:00
parent 5949bc5d7b
commit ade162451c
15 changed files with 301 additions and 100 deletions

View File

@@ -59,7 +59,7 @@ data class Function(
connection.inTransaction {
up()
down()
it.sendQuery("ROLLBACK");
it.sendQuery("ROLLBACK")
}.join()
return Status.OK // TODO