You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsoniter-scala-macros/shared/src/main/scala-3/com/github/plokhotnyuk/jsoniter_scala/macros/JsonCodecMaker.scala
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -779,12 +779,12 @@ object JsonCodecMaker {
779
779
780
780
defisGenericTuple(tpe: TypeRepr):Boolean= tpe match {
781
781
caseAppliedType(tTpe, _) if tTpe =:=TypeRepr.of[*:] =>true
782
-
case _ =>false
782
+
case _ =>false
783
783
}
784
784
785
785
defgenericTupleTypeArgs(tpe: TypeRepr):List[TypeRepr] = tpe match {
0 commit comments