Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Jun 27, 2022
1 parent f24b1f2 commit 011c375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface Emittable {
}

export interface EventListener {
dispose(): void
dispose(): void;
}

export interface EventPayload<TData = any> {
Expand Down

0 comments on commit 011c375

Please sign in to comment.