Skip to content

Commit

Permalink
Merge pull request #4771 from zhangsoledad/zhangsoledad/fmt
Browse files Browse the repository at this point in the history
chore: fix fmt
  • Loading branch information
zhangsoledad authored Jan 7, 2025
2 parents 7480a2a + 9927aea commit 56f4410
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions script/src/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,7 @@ where
&self,
snapshot2_context: Arc<Mutex<Snapshot2Context<DataPieceId, TxData<DL>>>>,
) -> Spawn<DL> {
Spawn::new(
self.vm_id,
Arc::clone(&self.message_box),
snapshot2_context,
)
Spawn::new(self.vm_id, Arc::clone(&self.message_box), snapshot2_context)
}

/// Build syscall: wait
Expand Down

0 comments on commit 56f4410

Please sign in to comment.