remove unnecessary blank line in handleResponse function

This commit is contained in:
sivaratrisrinivas 2025-04-21 16:45:03 +05:30
parent 5f9ded6a08
commit 4002a0e8ad

View file

@ -188,7 +188,6 @@ func (tr *tableRevalidation) handleResponse(tab *Table, resp revalidationRespons
if !endpointChanged { if !endpointChanged {
tr.moveToList(&tr.slow, n, now, &tab.rand) tr.moveToList(&tr.slow, n, now, &tab.rand)
} }
} }
// moveToList ensures n is in the 'dest' list. // moveToList ensures n is in the 'dest' list.