Skip to content

Commit

Permalink
fix - format code
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrappazzonc committed Oct 30, 2024
1 parent 6a48c34 commit 088dcee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func main() {
HostKeyAlgorithms: []string{ssh.KeyAlgoED25519},
}


client, err := ssh.Dial("tcp", fmt.Sprintf("%s:%s", SSHHost, SSHPort), sshClient)
if err != nil {
log.Error(err.Error())
Expand Down Expand Up @@ -100,4 +99,4 @@ func runTunnel(local, remote net.Conn) {
}()

<-done
}
}

0 comments on commit 088dcee

Please sign in to comment.