p2p/discover: gofmt

This commit is contained in:
Felix Lange 2024-05-28 19:17:50 +02:00
parent 0d8ef1f87e
commit 66998051e9

View file

@ -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)