Skip to content

Commit

Permalink
Removed unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Mar 29, 2024
1 parent f7afa40 commit 63d220a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/shared/src/main/scala/lightdb/Id.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class Id[T](val value: String) extends AnyVal {
assert(b.length <= 128, s"Must be 128 bytes or less, but was ${b.length} ($value)")
b
}
def parts: Vector[String] = value.split('/').toVector

override def toString: String = value
}
Expand Down

0 comments on commit 63d220a

Please sign in to comment.