mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
auto-fixed prefer-const violation
This commit is contained in:
@@ -190,7 +190,7 @@ suite('URI Label', () => {
|
||||
for (let i = 0; i < 100; i++) {
|
||||
labelService.registerCachedFormatter(makeFormatter(`i${i}`));
|
||||
}
|
||||
let expected: ResourceLabelFormatter[] = [];
|
||||
const expected: ResourceLabelFormatter[] = [];
|
||||
for (let i = 50; i < 100; i++) {
|
||||
expected.unshift(makeFormatter(`i${i}`));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user