forked from TrueCloudLab/certificates
extraneous new line
This commit is contained in:
parent
d4071108e1
commit
db1b7a7f8f
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 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.
|
||||||
|
|
Loading…
Reference in a new issue