Skip to content

Commit 51dfcb8

Browse files
committed
Fix Identation in tpd.
1 parent 15f42a5 commit 51dfcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/ast/tpd.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ object tpd extends Trees.Instance[Type] with TypedTreeInfo {
338338
else if (tp.symbol.is(Module) && ctx.owner.isContainedIn(tp.symbol.moduleClass))
339339
followOuterLinks(This(tp.symbol.moduleClass.asClass))
340340
else if (tp.symbol hasAnnotation defn.ScalaStaticAnnot)
341-
Ident(tp)
341+
Ident(tp)
342342
else tp.prefix match {
343343
case pre: SingletonType => followOuterLinks(singleton(pre)).select(tp)
344344
case pre => SelectFromTypeTree(TypeTree(pre), tp)

0 commit comments

Comments
 (0)