Skip to content

Commit 5f9f3a7

Browse files
committed
Fix indentation
1 parent c3bd95a commit 5f9f3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/SymDenotations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ object SymDenotations {
14671467
onBehalf.signalProvisional()
14681468
val builder = new BaseDataBuilder
14691469
for (p <- classParents)
1470-
p.classSymbol match {
1470+
p.classSymbol match {
14711471
case pcls: ClassSymbol => builder.addAll(pcls.baseClasses)
14721472
case _ => assert(isRefinementClass || ctx.mode.is(Mode.Interactive), s"$this has non-class parent: $p")
14731473
}

0 commit comments

Comments
 (0)