forked from TrueCloudLab/certificates
extraneous new line
This commit is contained in:
parent
e88034bea4
commit
02dd66e2a9
1 changed files with 0 additions and 1 deletions
1
db/db.go
1
db/db.go
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue