src/Pure/Tools/doc.scala
changeset 73340 0ffcad1f6130
parent 73276 54065cbf7134
child 73565 1aa92bc4d356
--- a/src/Pure/Tools/doc.scala	Mon Mar 01 20:12:09 2021 +0100
+++ b/src/Pure/Tools/doc.scala	Mon Mar 01 22:22:12 2021 +0100
@@ -84,7 +84,7 @@
 
   /* view */
 
-  def view(path: Path)
+  def view(path: Path): Unit =
   {
     if (path.is_file) Output.writeln(Library.trim_line(File.read(path)), stdout = true)
     else {