Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
cchudant committed May 7, 2024
1 parent 15d25e7 commit 7466a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git # Deoxys Changelog
# Deoxys Changelog

## Next release

Expand Down
2 changes: 1 addition & 1 deletion crates/client/sync/src/fetch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub async fn l2_fetch_task(

match val {
Err(L2SyncError::Provider(ProviderError::StarknetError(StarknetError::BlockNotFound))) => {
break block_n as u64;
break block_n;
}
val => fetch_stream_sender.send(val?).await.expect("reciever task is closed"),
}
Expand Down

0 comments on commit 7466a9c

Please sign in to comment.