Skip to content

Commit 14e2721

Browse files
committed
style: Formatting code [skip ci]
1 parent 4be5528 commit 14e2721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/EditorJs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export type Props = Readonly<EditorJS.EditorConfig> & Readonly<EditorJsProps>
2020

2121
class EditorJsContainer extends React.PureComponent<Props> {
2222
instance?: EditorJS
23+
2324
holder: string = `editor-js-${(
2425
Math.floor(Math.random() * 1000) + Date.now()
2526
).toString(36)}`

0 commit comments

Comments
 (0)