whitespace
This commit is contained in:
parent
be01ca70f4
commit
b476e54db1
|
@ -4,7 +4,7 @@ type defaultKeyPair struct {
|
|||
}
|
||||
|
||||
func (o defaultKeyPair) Type() KeyPairType {
|
||||
return Default
|
||||
return Default
|
||||
}
|
||||
|
||||
func (o defaultKeyPair) Bits() int {
|
||||
|
|
|
@ -2,6 +2,7 @@ package ssh
|
|||
|
||||
import (
|
||||
"crypto/dsa"
|
||||
|
||||
gossh "golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue