refactor: add trailing newlines

This commit is contained in:
LavaDesu 2025-04-14 21:53:07 +10:00
parent 4dd63b7d1d
commit 388c3b1b75
Signed by: cilly
GPG key ID: 6500251E087653C9
19 changed files with 19 additions and 21 deletions

View file

@ -18,4 +18,4 @@ dependencies {
implementation(libs.ktor.server.netty)
testImplementation(libs.ktor.server.tests)
testImplementation(libs.kotlin.test.junit)
}
}

View file

@ -17,4 +17,4 @@ fun Application.module() {
call.respondText("Ktor: Hi")
}
}
}
}