From 4002a0e8add265b09f8365ced8ee4c7e2bbb879f Mon Sep 17 00:00:00 2001 From: sivaratrisrinivas Date: Mon, 21 Apr 2025 16:45:03 +0530 Subject: [PATCH] remove unnecessary blank line in handleResponse function --- p2p/discover/table_reval.go | 1 - 1 file changed, 1 deletion(-) diff --git a/p2p/discover/table_reval.go b/p2p/discover/table_reval.go index 706d724a03..8df10cf454 100644 --- a/p2p/discover/table_reval.go +++ b/p2p/discover/table_reval.go @@ -188,7 +188,6 @@ func (tr *tableRevalidation) handleResponse(tab *Table, resp revalidationRespons if !endpointChanged { tr.moveToList(&tr.slow, n, now, &tab.rand) } - } // moveToList ensures n is in the 'dest' list.