Skip to content

Commit e75e9ed

Browse files
author
changvvb
committed
Add space after if
1 parent 76e941c commit e75e9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Typer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ class Typer extends Namer
367367
if (qualifies(defDenot)) {
368368
val found =
369369
if (isSelfDenot(defDenot)) curOwner.enclosingClass.thisType
370-
else if(ctx.isJava && defDenot.symbol.isStatic) {
370+
else if (ctx.isJava && defDenot.symbol.isStatic) {
371371
defDenot.symbol.namedType
372372
} else {
373373
val effectiveOwner =

0 commit comments

Comments
 (0)