Update kotlin.kt
Reformat per coding conventions. >There is a space before colon where colon separates type and supertype and there’s no space where colon separates instance and type via: https://kotlinlang.org/docs/reference/coding-conventions.html#colon
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
package hello
|
package hello
|
||||||
|
|
||||||
fun main(args : Array<String>) {
|
fun main(args: Array<String>) {
|
||||||
println("Hello, world!")
|
println("Hello, world!")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user