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.
2 parents 6ac9d10 + 183c670 commit 924234fCopy full SHA for 924234f
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