Skip to content

Commit

Permalink
chore: Add blank line for readability and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rfgamaral committed Mar 6, 2024
1 parent 0d94bb4 commit 0115382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/typist-editor.tsx
Expand Up @@ -274,6 +274,7 @@ const TypistEditor = forwardRef<TypistEditorRef, TypistEditorProps>(function Typ
},
[schema],
)

const markdownSerializer = useMemo(
function initializeMarkdownSerializer() {
return getMarkdownSerializerInstance(schema)
Expand Down

0 comments on commit 0115382

Please sign in to comment.