Skip to content

Commit

Permalink
style(uip-plugin): remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
nattallius committed Jun 23, 2021
1 parent b7c57f2 commit 3320e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ export abstract class UIPPlugin extends ESLBaseElement {
}

/** Handles root state change*/
protected _onRootStateChange(): void {};
protected _onRootStateChange(): void {}
}

0 comments on commit 3320e8d

Please sign in to comment.