Skip to content

Commit 61e906a

Browse files
committed
Lint again after updating packages
1 parent 22e0bf4 commit 61e906a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/jupyterlab-lsp/src/editor_integration/testutils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ export namespace IFeatureTestEnvironment {
178178
type TestEnvironmentConstructor = new (...args: any[]) => ITestEnvironment;
179179

180180
function FeatureSupport<TBase extends TestEnvironmentConstructor>(Base: TBase) {
181-
return class FeatureTestEnvironment extends Base
181+
return class FeatureTestEnvironment
182+
extends Base
182183
implements IFeatureTestEnvironment {
183184
_connections: Map<CodeMirrorIntegration, LSPConnection>;
184185

0 commit comments

Comments
 (0)