Skip to content

Commit 69b21cc

Browse files
committed
style(builder): fmt code
1 parent b8e3184 commit 69b21cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/sshd/server_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ func clientConfig() *ssh.ClientConfig {
4343
Auth: []ssh.AuthMethod{
4444
ssh.Password("password"),
4545
},
46-
HostKeyCallback: func(hostname string, remote net.Addr, key ssh.PublicKey) error {
47-
return nil
48-
},
46+
HostKeyCallback: func(hostname string, remote net.Addr, key ssh.PublicKey) error {
47+
return nil
48+
},
4949
}
5050
}
5151

0 commit comments

Comments
 (0)