From 66998051e9b7e52c9226da432bb09c3f5dfa748f Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 28 May 2024 19:17:50 +0200 Subject: [PATCH] p2p/discover: gofmt --- p2p/discover/table_reval.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/discover/table_reval.go b/p2p/discover/table_reval.go index d12980b45c..5d185aa8b4 100644 --- a/p2p/discover/table_reval.go +++ b/p2p/discover/table_reval.go @@ -172,7 +172,7 @@ func (tr *tableRevalidation) handleResponse(tab *Table, resp revalidationRespons if resp.newRecord != nil { _, endpointChanged = tab.bumpInBucket(b, resp.newRecord, false) } - + // Node moves to slow list if it passed and hasn't changed. if !endpointChanged { tr.moveToList(&tr.slow, n, now, &tab.rand)