Skip to content

Commit 5ab890d

Browse files
yann300Aniket-Engg
authored andcommitted
fix linting
1 parent fd8402f commit 5ab890d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ export const EditorUI = (props: EditorUIProps) => {
866866
props.plugin.call('notification', 'modal', modalContent)
867867
trackMatomoEvent({ category: 'editor', action: 'onDidPaste', name: 'more_than_10_lines', isClick: false })
868868
}
869-
})
869+
})
870870

871871
// add context menu items
872872
const zoominAction = {

0 commit comments

Comments
 (0)