From 41f42e213ca0bdd16f1d25bb69741d22ab38129e Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 25 Feb 2025 09:40:06 +0000 Subject: [PATCH] Run Prettier (#23860) GitOrigin-RevId: fd65c7d24c4ada0367ba38092a142c6f6aeaba71 --- .../source-editor/extensions/spelling/context-menu.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/source-editor/extensions/spelling/context-menu.tsx b/services/web/frontend/js/features/source-editor/extensions/spelling/context-menu.tsx index 4cb9c9f7eb..a38c9c9065 100644 --- a/services/web/frontend/js/features/source-editor/extensions/spelling/context-menu.tsx +++ b/services/web/frontend/js/features/source-editor/extensions/spelling/context-menu.tsx @@ -1,4 +1,9 @@ -import { StateField, StateEffect, Prec, EditorSelection } from '@codemirror/state' +import { + StateField, + StateEffect, + Prec, + EditorSelection, +} from '@codemirror/state' import { EditorView, showTooltip, Tooltip, keymap } from '@codemirror/view' import { Word, Mark, getMarkAtPosition } from './spellchecker' import { debugConsole } from '@/utils/debugging'