Skip to content

Commit 16818ac

Browse files
committed
hygiene
1 parent 6572576 commit 16818ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/features/terminalEnvVarInjectorBasic.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ suite('TerminalEnvVarInjector Basic Tests', () => {
5555
({
5656
dispose: () => {},
5757
// eslint-disable-next-line @typescript-eslint/no-explicit-any
58-
}) as any,
58+
} as any),
5959
);
6060
});
6161

0 commit comments

Comments
 (0)