diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-07-04 13:40:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-04 13:40:18 +0900 |
commit | 750d92e57e48d5b3614a97558ed8c43ce0351474 (patch) | |
tree | 80fa47ec452813b579fd7919d8f32337f272c6e9 /test/content/operators | |
parent | 63a129d2d6fab68784e902476dd9d6d5f563036a (diff) | |
parent | 6b88c15d1a6193cd090c5a1ae9b6ea06a467e171 (diff) |
Merge pull request #1194 from ueokande/dependabot/npm_and_yarn/prettier-2.3.2
Bump prettier from 2.2.1 to 2.3.2
Diffstat (limited to 'test/content/operators')
-rw-r--r-- | test/content/operators/impls/MockConsoleFramePresenter.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/content/operators/impls/MockConsoleFramePresenter.ts b/test/content/operators/impls/MockConsoleFramePresenter.ts index 23bc27f..3d40bb4 100644 --- a/test/content/operators/impls/MockConsoleFramePresenter.ts +++ b/test/content/operators/impls/MockConsoleFramePresenter.ts @@ -1,7 +1,8 @@ import ConsoleFramePresenter from "../../../../src/content/presenters/ConsoleFramePresenter"; export default class MockConsoleFramePresenter - implements ConsoleFramePresenter { + implements ConsoleFramePresenter +{ constructor(public attached: boolean) {} attach(): void { |