Metadata

ID: kotlin-best-practices/final-newline

Language: Kotlin

Severity: Notice

Category: Best Practices

Description

No description found

Non-Compliant Code Examples

package main 

fun main(args : Array<String>) {
    println("Hello world!")
}

Compliant Code Examples

package main 

fun main(args : Array<String>) {
    println("Hello world!")
}
PREVIEWING: ava.silver/azints-3246/replace-the-old-blob-forwarder-with-the-new-one