extraneous new line

This commit is contained in:
max furman 2019-11-26 11:55:18 -05:00
parent d4071108e1
commit db1b7a7f8f

View file

@ -238,7 +238,6 @@ func (db *DB) StoreSSHCertificate(crt *ssh.Certificate) error {
return errors.Wrap(err, "database Update error") return errors.Wrap(err, "database Update error")
} }
return nil return nil
} }
// GetSSHHostPrincipals gets a list of all valid host principals. // GetSSHHostPrincipals gets a list of all valid host principals.