From 1504360d357f70f2faa75b232f754509c9e9ba72 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Mon, 9 Nov 2020 13:16:23 +0000 Subject: [PATCH] format code from conflict merging --- binding/binding_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/binding_test.go b/binding/binding_test.go index eb77c622..17336177 100644 --- a/binding/binding_test.go +++ b/binding/binding_test.go @@ -1206,7 +1206,7 @@ func testBodyBindingSlice(t *testing.T, b Binding, name, path, badPath, body, ba var obj2 []FooStruct req = requestWithBody("POST", badPath, badBody) err = JSON.Bind(req, &obj2) - assert.Error(t, err) + assert.Error(t, err) } func testBodyBindingStringMap(t *testing.T, b Binding, path, badPath, body, badBody string) {