From 06957835165c726145c784961d661b268c4523fd Mon Sep 17 00:00:00 2001 From: Amrit Prakash Date: Thu, 25 Apr 2024 01:58:31 +0530 Subject: [PATCH] fix code formatting --- common/deliverclient/blocksprovider/delivery_requester_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/deliverclient/blocksprovider/delivery_requester_test.go b/common/deliverclient/blocksprovider/delivery_requester_test.go index b38679af2da..b36410674a8 100644 --- a/common/deliverclient/blocksprovider/delivery_requester_test.go +++ b/common/deliverclient/blocksprovider/delivery_requester_test.go @@ -215,7 +215,6 @@ func newClusterNodeWithTLS(t *testing.T) *deliverServer { } func TestDeliveryRequester_Connect(t *testing.T) { - osn := newClusterNode(t) defer osn.stop()