diff --git a/hotshot-query-service/src/availability.rs b/hotshot-query-service/src/availability.rs index 63122094ea..18e6d84460 100644 --- a/hotshot-query-service/src/availability.rs +++ b/hotshot-query-service/src/availability.rs @@ -561,7 +561,7 @@ mod test { // Check the consistency of every block/leaf pair. for i in 0..height { // Limit the number of blocks we validate in order to - // speeed up the tests. + // speed up the tests. if ![0, 1, height / 2, height - 1].contains(&i) { continue; }