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

@@ -80,7 +80,8 @@ class Requester(
private val functionsDirectory: File? = null
) {
fun createRequester(): Requester {
val con = Connection(host = host, port = port, database = database, username = username, password = password)
val con =
Connection(host = host, port = port, database = database, username = username, password = password)
val req = Requester(con)
return initRequester(req)