diff options
Diffstat (limited to 'src/content/presenters/ScrollPresenter.ts')
-rw-r--r-- | src/content/presenters/ScrollPresenter.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content/presenters/ScrollPresenter.ts b/src/content/presenters/ScrollPresenter.ts index 9286fb0..c06efca 100644 --- a/src/content/presenters/ScrollPresenter.ts +++ b/src/content/presenters/ScrollPresenter.ts @@ -106,8 +106,6 @@ export default interface ScrollPresenter { scrollToBottom(smooth: boolean): void; scrollToHome(smooth: boolean): void; scrollToEnd(smooth: boolean): void; - - // eslint-disable-next-line semi } export class ScrollPresenterImpl { |