Fix hygiene

This commit is contained in:
Alex Dima
2022-02-04 15:49:50 +01:00
parent 4f62f9b594
commit 0bf3071972
22 changed files with 179 additions and 174 deletions
@@ -124,7 +124,7 @@ export class MainThreadNotebookKernels implements MainThreadNotebookKernelsShape
this._disposables.add(toDisposable(() => {
// EH shut down, complete all executions started by this EH
this._executions.forEach(e => {
e.complete({ });
e.complete({});
});
}));