dstrutzenberger месяцев назад: 2
Родитель
Сommit
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{