Eric Charles 3 年之前
父節點
當前提交
faff004cb4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/filebrowser/src/crumbs.ts

+ 2 - 2
packages/filebrowser/src/crumbs.ts

@@ -32,8 +32,8 @@ const BREADCRUMB_CLASS = 'jp-BreadCrumbs';
 const BREADCRUMB_ROOT_CLASS = 'jp-BreadCrumbs-home';
 
 /**
-* The class name for the breadcrumbs preferred node
-*/
+ * The class name for the breadcrumbs preferred node
+ */
 const BREADCRUMB_PREFERRED_CLASS = 'jp-BreadCrumbs-preferred';
 
 /**