Skip to content

Commit 5d1064e

Browse files
committed
fixed style according to review
1 parent 5889821 commit 5d1064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/printing/PlainPrinter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class PlainPrinter(_ctx: Context) extends Printer {
6161
homogenize(tp.info)
6262
case tp: LazyRef =>
6363
homogenize(tp.ref)
64-
case tp@AppliedType(tycon, args) =>
64+
case tp @ AppliedType(tycon, args) =>
6565
if (defn.isCompiletimeAppliedType(tycon.typeSymbol)) tp.tryCompiletimeConstantFold
6666
else tycon.dealias.appliedTo(args)
6767
case _ =>

0 commit comments

Comments
 (0)