Skip to content

Commit 9ef8274

Browse files
committed
run cargo fmt
1 parent 3ee7383 commit 9ef8274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_tasks/src/single_threaded_task_pool.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ impl<'scope, 'env, T: Send + 'env> Scope<'scope, 'env, T> {
157157
self.spawn_on_scope(f);
158158
}
159159

160-
/// Spawns a scoped future that runs on the thread the scope called from. The
161-
/// scope *must* outlive the provided future. The results of the future will be
160+
/// Spawns a scoped future that runs on the thread the scope called from. The
161+
/// scope *must* outlive the provided future. The results of the future will be
162162
/// returned as a part of [`TaskPool::scope`]'s return value.
163163
///
164164
/// For more information, see [`TaskPool::scope`].

0 commit comments

Comments
 (0)