From c8505c57139c21202ce33ddfd4e9a7fcd474baac Mon Sep 17 00:00:00 2001 From: Ran Mishael Date: Tue, 11 Apr 2023 12:09:07 +0200 Subject: [PATCH] white space lint fix --- protocol/lavasession/consumer_types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol/lavasession/consumer_types.go b/protocol/lavasession/consumer_types.go index ecbc4af1ed..dbb4d745c6 100644 --- a/protocol/lavasession/consumer_types.go +++ b/protocol/lavasession/consumer_types.go @@ -299,7 +299,6 @@ func (cswp *ConsumerSessionsWithProvider) fetchEndpointConnectionFromConsumerSes if !connected_ { continue } - } cswp.Endpoints[idx] = endpoint return true, endpoint, false