From 575f7f0f7cea158df869615ce69ec4d680173812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 23 Oct 2020 11:42:00 +0200 Subject: [PATCH] codestyle --- packages/extension-link/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/extension-link/index.ts b/packages/extension-link/index.ts index 1989289e..4a95ff21 100644 --- a/packages/extension-link/index.ts +++ b/packages/extension-link/index.ts @@ -1,6 +1,4 @@ -import { - Command, createMark, markPasteRule, -} from '@tiptap/core' +import { Command, createMark, markPasteRule } from '@tiptap/core' import { Plugin, PluginKey } from 'prosemirror-state' export interface LinkOptions {