Skip to content

Commit 5ec78e3

Browse files
committed
Fix formatting
1 parent cf8bbc2 commit 5ec78e3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tokio-util/src/task/join_map.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,12 @@ where
10861086
/// [`LocalSet`]: tokio::task::LocalSet
10871087
/// [`join_next`]: JoinMap::join_next
10881088
#[track_caller]
1089-
pub fn spawn_local_on<F>(&mut self, key: K, task: F, local_set: &LocalSet) -> std::io::Result<()>
1089+
pub fn spawn_local_on<F>(
1090+
&mut self,
1091+
key: K,
1092+
task: F,
1093+
local_set: &LocalSet,
1094+
) -> std::io::Result<()>
10901095
where
10911096
F: Future<Output = V>,
10921097
F: 'static,

0 commit comments

Comments
 (0)