We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac9d10 commit 183c670Copy full SHA for 183c670
compiler/src/dotty/tools/dotc/util/DiffUtil.scala
@@ -112,7 +112,7 @@ object DiffUtil {
112
val (spaces, rest) = str.span(_ == '\n')
113
if (spaces.isEmpty) {
114
val (text, rest2) = str.span(_ != '\n')
115
- color + text + Console.RESET + bgColored(rest2, color)
+ Console.BOLD + color + text + Console.RESET + bgColored(rest2, color)
116
} else spaces + bgColored(rest, color)
117
}
118
0 commit comments