Skip to content

Commit 059ec2b

Browse files
Fix format
1 parent bae812c commit 059ec2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/suggestions/issue-120223.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::{future::Future};
1+
use std::future::Future;
22

33
pub fn foo<T>(
44
executor: impl FnOnce(T) -> dyn Future<Output = ()>,

0 commit comments

Comments
 (0)