Skip to content

Commit

Permalink
fix new clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
hymm committed Jun 4, 2022
1 parent 8ad27fd commit 26036a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_tasks/src/task_pool.rs
Expand Up @@ -288,7 +288,7 @@ impl TaskPool {
self.executor.try_tick();
task_scope_executor.try_tick();

future::yield_now().await
future::yield_now().await;
}
};

Expand Down

0 comments on commit 26036a7

Please sign in to comment.