Skip to content

Commit 68542fc

Browse files
lihaoyibracevac
andauthored
Update compiler/src/dotty/tools/repl/AbstractFileClassLoader.scala
Co-authored-by: Oliver Bračevac <[email protected]>
1 parent fb03b2b commit 68542fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/repl/AbstractFileClassLoader.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class AbstractFileClassLoader(val root: AbstractFile, parent: ClassLoader, instr
9191
return loaded
9292

9393
// Don't instrument JDK classes or StopRepl
94-
name match{
94+
name match {
9595
case s"java.$_" => super.loadClass(name)
9696
case s"javax.$_" => super.loadClass(name)
9797
case s"sun.$_" => super.loadClass(name)

0 commit comments

Comments
 (0)