mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
auto-fixed prefer-const violation
This commit is contained in:
@@ -24,7 +24,7 @@ import { assertNoRpc } from '../utils';
|
||||
});
|
||||
|
||||
suite('Tasks', () => {
|
||||
let disposables: Disposable[] = [];
|
||||
const disposables: Disposable[] = [];
|
||||
|
||||
teardown(() => {
|
||||
assertNoRpc();
|
||||
|
||||
Reference in New Issue
Block a user