whitespace

This commit is contained in:
chris marget 2019-02-06 14:34:09 -05:00
parent be01ca70f4
commit b476e54db1
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ type defaultKeyPair struct {
}
func (o defaultKeyPair) Type() KeyPairType {
return Default
return Default
}
func (o defaultKeyPair) Bits() int {

View File

@ -2,6 +2,7 @@ package ssh
import (
"crypto/dsa"
gossh "golang.org/x/crypto/ssh"
)