mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Run a more strict formatter over the code (#11312)
* Update tooling * Run gofumpt * go mod vendor
This commit is contained in:
@@ -40,7 +40,7 @@ func (r serializableRules) MarshalJSON() (b []byte, err error) {
|
||||
}
|
||||
|
||||
ruleMap := map[string][]map[string]interface{}{
|
||||
rule.Type(): []map[string]interface{}{
|
||||
rule.Type(): {
|
||||
ruleData,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user