Skip to content

Commit

Permalink
Remove toString for Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mantono committed May 3, 2023
1 parent 76349f8 commit 41dca47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/src/main/kotlin/io/nexure/capsule/Registry.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ internal class Registry(

return Registry(dependencies)
}

override fun toString(): String = dependencies.asSequence()
.map { it.value }
.flatten()
.joinToString(separator = "\n", prefix = "\n") { "- ${it.key}" }
}

0 comments on commit 41dca47

Please sign in to comment.