Skip to content

Commit cbffd8f

Browse files
authored
Update timeboost-sequencer/src/include.rs
1 parent fa72be5 commit cbffd8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

timeboost-sequencer/src/include.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ impl Includer {
227227
.0)
228228
}
229229

230-
/// Check if the cache is valid, i.e. contains at least 8 recent rounds (not necessarily consecutive).
230+
/// Check if the cache is valid, i.e. contains at least 8 recent rounds (not necessarily
231+
/// consecutive).
231232
fn is_valid_cache(&self) -> bool {
232233
self.cache.len() >= CACHE_SIZE
233234
}

0 commit comments

Comments
 (0)