mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00

* feat: add ktlint * Apply suggestions from code review Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
5 lines
66 B
Kotlin
5 lines
66 B
Kotlin
class Test {
|
|
fun test(v: String) {
|
|
println(v)
|
|
}
|
|
}
|