Skip to content

Commit da393a4

Browse files
committed
Fix indentation
1 parent da2f05b commit da393a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compiler/src/dotty/tools/dotc/tastyreflect/ReflectionCompilerInterface.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,10 +1269,10 @@ class ReflectionCompilerInterface(val rootContext: core.Contexts.Context) extend
12691269
// fixme: support type refinements (type vs term)
12701270
// examine info maybe (TypeOrBounds are used for refinements)
12711271
// check aliasing of refinement
1272-
val name1 =
1273-
info match
1274-
case _: TypeBounds => name.toTypeName
1275-
case _ => name.toTermName
1272+
val name1 =
1273+
info match
1274+
case _: TypeBounds => name.toTypeName
1275+
case _ => name.toTermName
12761276
Types.RefinedType(parent, name1, info)
12771277
}
12781278

0 commit comments

Comments
 (0)