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

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