Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit bb27ee7

Browse files
committed
rustfmt
1 parent a0aa813 commit bb27ee7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lucet-runtime/lucet-runtime-internals/src/instance.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,9 @@ impl Instance {
12771277
Ok(_) => lucet_bail!("resume with forced unwind returned normally"),
12781278
}
12791279
}
1280-
State::Faulted { context, details, .. } => {
1280+
State::Faulted {
1281+
context, details, ..
1282+
} => {
12811283
#[unwind(allowed)]
12821284
extern "C" fn initiate_unwind() {
12831285
panic!(TerminationDetails::ForcedUnwind);

0 commit comments

Comments
 (0)