Skip to content

Commit

Permalink
fix fmt and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang committed Jun 19, 2024
1 parent 35f7f32 commit 5047917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/src/tasks/block_sync_task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ where
while !parent_block_ids.is_empty() {
let mut next_parent_blocks = vec![];
for parent_block_id in parent_block_ids {
let mut parent_block = self
let parent_block = self
.local_store
.get_dag_sync_block(parent_block_id)?
.ok_or_else(|| {
Expand Down

0 comments on commit 5047917

Please sign in to comment.