Kotlin / kotlin-koans

Kotlin workshop
MIT License
2.6k stars 1.41k forks source link

Remove extra space #80

Closed alexandru-calinoiu closed 7 years ago

alexandru-calinoiu commented 7 years ago

This optional space is not required, is a bad idea anyway for the attribute to know about that extra space required at the tag level.

svtk commented 7 years ago

Then the value of "separator" in "attributes.joinToString" should be changed as well. Thanks, I've merged your commit with the necessary fix.