Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
superdump committed Nov 4, 2020
1 parent 7086c59 commit 9b09a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/schedule/parallel_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ impl ExecutorStage {
#[cfg(feature = "trace")]
let _system_guard = system_span.enter();
system.run_thread_local(world, resources);
},
}
ThreadLocalExecution::Immediate => { /* already ran */ }
}
}
Expand Down

0 comments on commit 9b09a20

Please sign in to comment.