diff --git a/encoding/ccf/simpletype_test.go b/encoding/ccf/simpletype_test.go index cedc01faba..55460165ed 100644 --- a/encoding/ccf/simpletype_test.go +++ b/encoding/ccf/simpletype_test.go @@ -65,7 +65,7 @@ func TestTypeConversion(t *testing.T) { continue } - if ty.IsDeprecated() { //nolint:staticcheck + if ty.IsDeprecated() { //nolint:staticcheck continue }