1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Remove extraneous newline added in previous commit

This commit is contained in:
Erek Speed 2021-07-05 20:21:03 +09:00
parent 4b708bc6f1
commit 6878cd10e7
No known key found for this signature in database
GPG key ID: 12933BB2EAD9F705

View file

@ -155,7 +155,6 @@ class Netty(
private val devSettings: DevSettings,
private val statistics: Statistics
) : ServerConfig {
override fun toServer(http: HttpHandler): Http4kServer = object : Http4kServer {
private val transport = NettyTransport.bestForPlatform(serverSettings.threads)