Skip to content

Commit 7cce411

Browse files
author
Tobias Bordenca
committed
Remove duplicate type arguments
1 parent 306464d commit 7cce411

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/src/scala/tasty/reflect/Printers.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@ trait Printers
606606
printTypeTree(parent)
607607
case IsTerm(Term.TypeApply(fun, targs)) =>
608608
printParent(fun)
609-
inSquare(printTypeOrBoundsTrees(targs, ", "))
610609
case IsTerm(Term.Apply(fun, args)) =>
611610
printParent(fun)
612611
inParens(printTrees(args, ", "))

0 commit comments

Comments
 (0)