Last code cleanup before submitting merge request

This commit is contained in:
Torsten Grote
2018-09-19 17:59:36 -03:00
parent e4c7f13832
commit e381f83512
25 changed files with 106 additions and 181 deletions

View File

@@ -15,3 +15,7 @@ data class OutputAuthor(
publicKey = author.publicKey
)
}
fun Author.output() = OutputAuthor(this)
fun Author.Status.output() = name.toLowerCase()