Skip to content

Commit 2270ef1

Browse files
committed
fmt: wrap long finish_evolve call
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent a53e011 commit 2270ef1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

host/src/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,12 @@ impl Sandbox {
12921292
tools_ref.dispatch(&payload)
12931293
})?;
12941294

1295-
Self::finish_evolve(usbox, initrd_path.map(|p| p.to_path_buf()), INITRD_MAP_BASE, exit_code)
1295+
Self::finish_evolve(
1296+
usbox,
1297+
initrd_path.map(|p| p.to_path_buf()),
1298+
INITRD_MAP_BASE,
1299+
exit_code,
1300+
)
12961301
}
12971302

12981303
fn finish_evolve(

0 commit comments

Comments
 (0)