Skip to content

Commit

Permalink
Fixed prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlajz committed Sep 17, 2024
1 parent 3e2f384 commit f15d268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slate-editor/src/modules/events/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export type EditorEventMap = {
};
'coverage-updated': {
coverage: Pick<CoverageEntry, 'id'>;
},
};
'coverage-removed': {
uuid: string;
};
Expand Down

0 comments on commit f15d268

Please sign in to comment.