mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 21:21:33 +00:00
Format everything
This commit is contained in:
@ -210,8 +210,7 @@ pub unsafe fn run_tiering<F: Fn(InteractiveShellContext) -> ShellExitOperation>(
|
||||
if let Err(e) = ret {
|
||||
if let Ok(new_image) = e.downcast::<InstanceImage>() {
|
||||
// Tier switch event
|
||||
if !was_sigint_triggered_fault() && opt_state.outcome.lock().unwrap().is_some()
|
||||
{
|
||||
if !was_sigint_triggered_fault() && opt_state.outcome.lock().unwrap().is_some() {
|
||||
resume_image = Some(*new_image);
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user