src/JsRender/Roo.vala
authorAlan Knowles <alan@roojs.com>
Sat, 3 Feb 2024 10:46:34 +0000 (18:46 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 3 Feb 2024 10:46:34 +0000 (18:46 +0800)
src/JsRender/Roo.vala

index 664b06f..421c52d 100644 (file)
@@ -534,7 +534,7 @@ namespace JsRender {
                                return "";
                        }
 
-                       var x = new NodeToJs( this,  this.tree,   pad , null, this.doubleStringProps) 
+                       var x = new NodeToJs( this,  this.tree,   pad , null, this.doubleStringProps);
 
                        x.cur_line = prefix.split("\n").length;