apheleia/test/formatters/samplecode/ktlint/out.kt
Ellis Kenyő 363d634c5c
Add ktlint (#97)
* feat: add ktlint

* Apply suggestions from code review

Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
2022-05-13 09:23:57 -07:00

5 lines
66 B
Kotlin

class Test {
fun test(v: String) {
println(v)
}
}