mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +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 TestPathStruct(t *testing.T) { | ||||
| 		Name: "foo", | ||||
| 		Path: "bar", | ||||
| 		Schema: map[string]*FieldSchema{ | ||||
| 			"value": &FieldSchema{Type: TypeString}, | ||||
| 			"value": {Type: TypeString}, | ||||
| 		}, | ||||
| 		Read: true, | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Brian Kassouf
					Brian Kassouf