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 426d34a commit 5ab55f8Copy full SHA for 5ab55f8
compiler/src/dotty/tools/dotc/config/Settings.scala
@@ -195,7 +195,7 @@ object Settings:
195
case s:String => s == choice.toString()
196
case _ => false
197
override def toString(): String =
198
- s"\n\t- $choice${if description.isBlank() then "" else s"\t: $description"}"
+ s"\n\t- $choice${if description.isEmpty() then "" else s"\t: $description"}"
199
end Setting
200
201
class SettingGroup {
0 commit comments