src/Pure/Tools/update_cartouches.scala
changeset 75393 87ebf5a50283
parent 74887 56247fdb8bbb
child 75394 42267c650205
--- a/src/Pure/Tools/update_cartouches.scala	Fri Apr 01 11:51:42 2022 +0200
+++ b/src/Pure/Tools/update_cartouches.scala	Fri Apr 01 17:06:10 2022 +0200
@@ -10,14 +10,12 @@
 import scala.util.matching.Regex
 
 
-object Update_Cartouches
-{
+object Update_Cartouches {
   /* update cartouches */
 
   val Text_Antiq: Regex = """(?s)@\{\s*text\b\s*(.+)\}""".r
 
-  def update_text(content: String): String =
-  {
+  def update_text(content: String): String = {
     (try { Some(Antiquote.read(content)) } catch { case ERROR(_) => None }) match {
       case Some(ants) =>
         val ants1: List[Antiquote.Antiquote] =
@@ -35,8 +33,7 @@
     }
   }
 
-  def update_cartouches(replace_text: Boolean, path: Path): Unit =
-  {
+  def update_cartouches(replace_text: Boolean, path: Path): Unit = {
     val text0 = File.read(path)
 
     // outer syntax cartouches
@@ -77,8 +74,8 @@
 
   val isabelle_tool =
     Isabelle_Tool("update_cartouches", "update theory syntax to use cartouches",
-      Scala_Project.here, args =>
-    {
+      Scala_Project.here,
+      args => {
       var replace_text = false
 
       val getopts = Getopts("""