mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
gofmt
This commit is contained in:
@@ -24,7 +24,7 @@ func pathConfigLease(b *backend) *framework.Path {
|
||||
},
|
||||
|
||||
Callbacks: map[logical.Operation]framework.OperationFunc{
|
||||
logical.ReadOperation: b.pathLeaseRead,
|
||||
logical.ReadOperation: b.pathLeaseRead,
|
||||
logical.UpdateOperation: b.pathLeaseWrite,
|
||||
},
|
||||
|
||||
|
||||
@@ -91,7 +91,6 @@ func (b *backend) secretCredsRevoke(
|
||||
}
|
||||
username, ok := usernameRaw.(string)
|
||||
|
||||
|
||||
// Get our connection
|
||||
db, err := b.DB(req.Storage)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user