Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jatcwang committed Nov 3, 2024
1 parent 8bb65dd commit 8273448
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/core/src/main/scala-2/doobie/util/GetPlatform.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ trait GetPlatform {
import doobie.util.compat.=:=

/** @group Instances */
@deprecated("Use Get#contramap to construct the instance or Read.derived, " +
"which yields the equivalent runtime behaviour", "1.0.0-RC7")
@deprecated(
"Use Get#contramap to construct the instance or Read.derived, " +
"which yields the equivalent runtime behaviour",
"1.0.0-RC7")
def unaryProductGet[A, L <: HList, H, T <: HList](
implicit
G: Generic.Aux[A, L],
Expand Down

0 comments on commit 8273448

Please sign in to comment.