Browse Source

formatting

A. Darian 9 years ago
parent
commit
59d9adde2a
1 changed files with 1 additions and 1 deletions
  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.
      *