remove blankline

This commit is contained in:
TheFox0x7 2025-03-24 00:07:29 +01:00
parent 3c4ad30ced
commit f8e81dfafc
No known key found for this signature in database
GPG Key ID: 6CA33903484AF7C2

View File

@ -413,7 +413,6 @@ func GenKeyPair(keyPath string) error {
} else if keytype == ".ecdsa" {
bits = 256
keytype = "ecdsa"
} else {
keytype = "rsa"
}