fix fmt check result

This commit is contained in:
thinkerou 2019-06-02 22:59:07 +08:00
parent d27a6796ef
commit 86600afa09

View File

@ -41,4 +41,3 @@ func TestBindingBody(t *testing.T) {
assert.Equal(t, FooStruct{"FOO"}, form) assert.Equal(t, FooStruct{"FOO"}, form)
} }
} }