1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00

Reformat.

This commit is contained in:
Cedric Beust 2017-04-04 10:50:20 -07:00
parent abab841119
commit c691709a53
2 changed files with 1 additions and 2 deletions

View file

@ -139,7 +139,6 @@ open class Project(
?: emptyList() ?: emptyList()
} }
override fun toString() = "[Project $name]" override fun toString() = "[Project $name]"
} }