From 0e513934540fa08c24cd2bffd65018d10555020f Mon Sep 17 00:00:00 2001 From: thinkgos Date: Wed, 29 May 2024 18:26:36 +0800 Subject: [PATCH] ci: fix lint failure --- form/form_custom_type_test.go | 1 - 1 file changed, 1 deletion(-) 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) }) - }