Skip to content

Commit ebb6227

Browse files
committed
Fix formatting
1 parent 83ae595 commit ebb6227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/probing.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ impl ProbingStrategy for HighDegreeStrategy {
269269

270270
let mut probed = self.recently_probed.lock().unwrap();
271271

272-
// We could check staleness when we use the entry, but that way we'd not clear cache at
273-
// all. For hundreds of top nodes it's okay to call retain each tick.
272+
// We could check staleness when we use the entry, but that way we'd not clear cache at
273+
// all. For hundreds of top nodes it's okay to call retain each tick.
274274
probed.retain(|_, probed_at| now.duration_since(*probed_at) < self.cooldown);
275275

276276
// If all top nodes are on cooldown, reset and start a new cycle.

0 commit comments

Comments
 (0)