p2p/discover: fix lint issue

This commit is contained in:
Felix Lange 2026-05-07 12:52:31 +02:00
parent 85e81382ad
commit 0e9e8a479a

View file

@ -810,5 +810,4 @@ func (tab *Table) waitForNodes(ctx context.Context, n int) error {
}
}
return notifyErr
}