Skip to content

Commit 095da6c

Browse files
committed
fix white space
1 parent 4a280c5 commit 095da6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None) {
3333

3434
/** A `MessageRenderer` for the REPL without file positions */
3535
private val messageRenderer = new MessageRendering {
36-
override def posStr(pos: SourcePosition, diagnosticLevel: String, message: Message)(using Context): String = s"-- $diagnosticLevel: "
36+
override def posStr(pos: SourcePosition, diagnosticLevel: String, message: Message)(using Context): String =
37+
s"-- $diagnosticLevel: "
3738
}
3839

3940
private var myClassLoader: ClassLoader = _

0 commit comments

Comments
 (0)