Skip to content

Commit 7c726d7

Browse files
franktomincodersky
andauthored
Update compiler/src/dotty/tools/dotc/config/Printers.scala
Co-Authored-By: odersky <[email protected]>
1 parent 2c3f863 commit 7c726d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/Printers.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Printers {
1717
val checks: Printer = noPrinter
1818
val config: Printer = noPrinter
1919
val cyclicErrors: Printer = noPrinter
20-
val debug = noPrinter
20+
val debug: Printer = noPrinter
2121
val dottydoc: Printer = noPrinter
2222
val exhaustivity: Printer = noPrinter
2323
val gadts: Printer = noPrinter

0 commit comments

Comments
 (0)