From 087a8dbe87b3d509870eed85a418daff17bfb27d Mon Sep 17 00:00:00 2001 From: Nate Maninger Date: Wed, 12 Jun 2024 10:48:12 -0700 Subject: [PATCH] ci: fix lint --- rhp/v2/contracts_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rhp/v2/contracts_test.go b/rhp/v2/contracts_test.go index 03ba51d6..fa1d722b 100644 --- a/rhp/v2/contracts_test.go +++ b/rhp/v2/contracts_test.go @@ -96,5 +96,4 @@ func TestValidateContractRenewal(t *testing.T) { if err != nil { t.Fatal(err) } - }