mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
remove unnecessary blank line in handleResponse function
This commit is contained in:
parent
5f9ded6a08
commit
4002a0e8ad
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue