瀏覽代碼

remove extra line

soumaeda 2 年之前
父節點
當前提交
bccc53a56c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/editor/src/components/CodeMirrorEditor/Toolbar/DiagramButton.tsx

+ 0 - 1
packages/editor/src/components/CodeMirrorEditor/Toolbar/DiagramButton.tsx

@@ -3,7 +3,6 @@ import { useCallback } from 'react';
 import { useCodeMirrorEditorIsolated } from '../../../stores';
 import { useDrawioModalForEditor } from '../../../stores/use-drawio';
 
-
 type Props = {
   editorKey: string,
 }