dstrutzenberger 3 月之前
父節點
當前提交
e644a4db39
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/ua/UAObject.ts
  2. 1 1
      src/ua/UAVariable.ts

+ 1 - 1
src/ua/UAObject.ts

@@ -35,7 +35,7 @@ export class UAObject extends UABaseNode {
         }
         return elem;
     }
-    }
+    
 }
 
 export interface UAObjectNodeOptions extends UABaseNodeOptions{

+ 1 - 1
src/ua/UAVariable.ts

@@ -33,7 +33,7 @@ export class UAVariable extends UABaseNode {
         }
         return elem;
     }
-    }
+    
 }
 
 export interface UAVariableNodeOptions extends UABaseNodeOptions{