Skip to content

Commit

Permalink
Delete unused
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Dec 30, 2024
1 parent 786f6cb commit a02b5c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ object Table:
Impl[P](
$naming.format($name),
$columns
)(using $decoder.to[P], $encoder)
)(using $decoder, $encoder)
}

private def derivedWithNameImpl[P <: Product](name: Expr[String])(using
Expand Down

0 comments on commit a02b5c1

Please sign in to comment.