Skip to content

Commit f8f2f1d

Browse files
committed
Add a single space
1 parent 327fe31 commit f8f2f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/Compiler.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Compiler {
9595
// Note: in this mini-phase block scopes are incorrect. No phases that rely on scopes should be here
9696
new ElimStaticThis, // Replace `this` references to static objects by global identifiers
9797
new Flatten, // Lift all inner classes to package scope
98-
new RestoreScopes), // Repair scopes rendered invalid by moving definitions in prior phases of the group
98+
new RestoreScopes), // Repair scopes rendered invalid by moving definitions in prior phases of the group
9999
List(new TransformWildcards, // Replace wildcards with default values
100100
new MoveStatics, // Move static methods to companion classes
101101
new ExpandPrivate, // Widen private definitions accessed from nested classes

0 commit comments

Comments
 (0)