Kotlin / kotlin-by-example

The sources of Kotlin by Example.
https://play.kotlinlang.org/byExample/overview
MIT License
460 stars 897 forks source link

Remove extraneous space #56

Closed Sinjai closed 5 years ago

Sinjai commented 5 years ago

Unless I'm missing something, there shouldn't be a space between the argument name and type in a function declaration. Obnoxiously small edit, I know.

AlexanderPrendota commented 5 years ago

Thanks!