mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Run a more strict formatter over the code (#11312)
* Update tooling * Run gofumpt * go mod vendor
This commit is contained in:
@@ -12,7 +12,7 @@ func pathVerify(b *backend) *framework.Path {
|
||||
return &framework.Path{
|
||||
Pattern: "verify",
|
||||
Fields: map[string]*framework.FieldSchema{
|
||||
"otp": &framework.FieldSchema{
|
||||
"otp": {
|
||||
Type: framework.TypeString,
|
||||
Description: "[Required] One-Time-Key that needs to be validated",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user