Эх сурвалжийг харах

HUE-7186 [editor] Support commenting variables

jdesjean 8 жил өмнө
parent
commit
cf1eb8a

+ 1 - 1
desktop/libs/notebook/src/notebook/static/notebook/js/notebook.ko.js

@@ -690,7 +690,7 @@ var EditorViewModel = (function() {
         });
       }
       return statement;
-    });
+    }); 
 
     self.result = new Result(snippet, snippet.result);
     if (! self.result.hasSomeResults()) {