A. Darian hace 9 años
padre
commit
59d9adde2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/notebook/cells/widget.ts

+ 1 - 1
src/notebook/cells/widget.ts

@@ -667,7 +667,7 @@ namespace MarkdownCellWidget {
    * An options object for initializing a base cell widget.
    */
   export
-    interface IOptions {
+  interface IOptions {
     /**
      * A renderer for creating cell widgets.
      *