Skip to content

Commit 72ba0e7

Browse files
committed
yarn lint fix again
1 parent 85cfb3b commit 72ba0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ export class Remote {
654654
if (typeof headerCommand === "string" && headerCommand.trim().length > 0) {
655655
headerArg = ` --header-command ${escapeSubcommand(headerCommand)}`
656656
}
657-
657+
658658
const sshValues: SSHValues = {
659659
Host: label ? `${AuthorityPrefix}.${label}--*` : `${AuthorityPrefix}--*`,
660660
ProxyCommand: `${escape(binaryPath)}${headerArg} vscodessh --network-info-dir ${escape(

0 commit comments

Comments
 (0)