Skip to content

Commit dde7ce9

Browse files
committed
Fix indentation
1 parent 81a5cf9 commit dde7ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ class Definitions {
694694
def ClassfileAnnotationClass(implicit ctx: Context) = ClassfileAnnotationType.symbol.asClass
695695
lazy val StaticAnnotationType = ctx.requiredClassRef("scala.annotation.StaticAnnotation")
696696
def StaticAnnotationClass(implicit ctx: Context) = StaticAnnotationType.symbol.asClass
697-
lazy val RefiningAnnotationType = ctx.requiredClassRef("scala.annotation.RefiningAnnotation")
697+
lazy val RefiningAnnotationType = ctx.requiredClassRef("scala.annotation.RefiningAnnotation")
698698
def RefiningAnnotationClass(implicit ctx: Context) = RefiningAnnotationType.symbol.asClass
699699

700700
// Annotation classes

0 commit comments

Comments
 (0)