Christopher Prince 7 年之前
父节点
当前提交
3643a2a490
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/imageviewer-extension/src/index.ts

+ 1 - 1
packages/imageviewer-extension/src/index.ts

@@ -180,7 +180,7 @@ function addCommands(app: JupyterLab, tracker: IImageTracker) {
       widget.rotation = 0;
     }
   }
-    
+
   function rot90(): void {
     const widget = tracker.currentWidget;