extraneous new line

This commit is contained in:
max furman 2019-11-26 11:55:18 -05:00
parent e88034bea4
commit 02dd66e2a9

View file

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