Skip to content

Commit 1630f90

Browse files
committed
organise imports
1 parent 4d62e1b commit 1630f90

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

core/src/main/scala-3.3.6/replpp/InteractiveShell.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ package replpp
22

33
import dotty.tools.repl.State
44

5-
import scala.util.control.NoStackTrace
6-
75
object InteractiveShell {
86

97
def run(config: Config): Unit = {

core/src/main/scala-3.6.4/replpp/InteractiveShell.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ package replpp
22

33
import dotty.tools.repl.State
44

5-
import scala.util.control.NoStackTrace
6-
75
object InteractiveShell {
86

97
def run(config: Config): Unit = {

0 commit comments

Comments
 (0)