Skip to content

Commit 4fff31d

Browse files
committed
Remove empty line
1 parent 4b7d1e1 commit 4fff31d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/util/window.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ suite('Window Utility', () => {
4040
const env: NodeJS.ProcessEnv = {};
4141
const key = process.platform === 'win32' ? 'Path' : 'PATH';
4242
Object.assign(env, process.env);
43-
4443
env[key] = `${toolLocationDir}${path.delimiter}${process.env[key]}`;
4544

4645
const options: TerminalOptions = {

0 commit comments

Comments
 (0)