Skip to content

Commit

Permalink
Change Distance to be public (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
markaya authored Aug 3, 2023
1 parent 4599d06 commit a9c6f03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package zio.elasticsearch.query

private[elasticsearch] final case class Distance(distanceValue: Double, distanceUnit: DistanceUnit) {
final case class Distance(distanceValue: Double, distanceUnit: DistanceUnit) {
override def toString: String = s"$distanceValue$distanceUnit"
}

Expand Down

0 comments on commit a9c6f03

Please sign in to comment.