src/Tools/VSCode/src/state_panel.scala
changeset 81023 8602af6f4bd0
parent 81021 89bfada3a16d
child 81025 d4eb94b46e83
--- a/src/Tools/VSCode/src/state_panel.scala	Wed Apr 24 18:49:43 2024 +0200
+++ b/src/Tools/VSCode/src/state_panel.scala	Wed May 01 11:12:59 2024 +0200
@@ -62,7 +62,7 @@
   private val print_state =
     new Query_Operation(server.editor, (), "print_state", _ => (),
       (_, _, body) =>
-        if (output_active.value && body.nonEmpty){
+        if (output_active.value && body.nonEmpty) {
           val node_context =
             new Browser_Info.Node_Context {
               override def make_ref(props: Properties.T, body: XML.Body): Option[XML.Elem] =