Skip to content

Commit

Permalink
Update ResultSetX.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Jul 21, 2023
1 parent cc1a4ae commit fea88b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ trait ResultSetX[T] {

object ResultSetX {

transparent inline def apply[T <: TypeRow](fetchInput: FetchInput): ResultSetX[T] = ${
inline def apply[T <: TypeRow](fetchInput: FetchInput): ResultSetX[T] = ${
ResultSetXMacro.resultSetXImpl[T]('fetchInput)
}
}

0 comments on commit fea88b7

Please sign in to comment.