Skip to content

Commit d9fffe3

Browse files
committed
chore: run format
1 parent ccf8b63 commit d9fffe3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/proxy/ssh/sshInternals.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import * as ssh2 from 'ssh2';
3636

3737
const ssh2Version: string = (() => {
3838
try {
39-
4039
return require('ssh2/package.json').version;
4140
} catch {
4241
return 'unknown';
@@ -133,7 +132,6 @@ export function getChannelModule(): ChannelModule {
133132

134133
let mod: Partial<ChannelModule>;
135134
try {
136-
137135
mod = require('ssh2/lib/Channel');
138136
} catch (err) {
139137
fail(`cannot require('ssh2/lib/Channel'): ${err instanceof Error ? err.message : String(err)}`);

0 commit comments

Comments
 (0)