浏览代码

formatting

A. Darian 9 年之前
父节点
当前提交
59d9adde2a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
      *