diff --git a/form/form_custom_type_test.go b/form/form_custom_type_test.go index 843781f..8179642 100644 --- a/form/form_custom_type_test.go +++ b/form/form_custom_type_test.go @@ -282,5 +282,4 @@ func Test_CustomType_Decoder(t *testing.T) { }) require.Error(t, err) }) - }