From 9927aea3a74c12e448104f49a09a0d687e248bfe Mon Sep 17 00:00:00 2001 From: zhangsoledad <787953403@qq.com> Date: Tue, 7 Jan 2025 19:31:40 +0800 Subject: [PATCH] chore: fix fmt --- script/src/verify.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/script/src/verify.rs b/script/src/verify.rs index 1c6b98ddcf..141910fc25 100644 --- a/script/src/verify.rs +++ b/script/src/verify.rs @@ -255,11 +255,7 @@ where &self, snapshot2_context: Arc>>>, ) -> Spawn
{ - 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