diff --git a/subxt/src/backend/legacy/descendant_streams.rs b/subxt/src/backend/legacy/descendant_streams.rs index 5c96159e0c5..b7a2de5806a 100644 --- a/subxt/src/backend/legacy/descendant_streams.rs +++ b/subxt/src/backend/legacy/descendant_streams.rs @@ -191,7 +191,7 @@ impl Stream for StorageFetchDescendantValuesStream { Poll::Ready(Ok(None)) => { // Clear keys once result comes back. this.keys = Vec::new(); - // But no results back for these keys we we just skip them. + // But no results back for these keys we just skip them. continue; } Poll::Ready(Err(e)) => {