Skip to content

Commit 5bf0596

Browse files
committed
formats with cargo fmt
1 parent e90c054 commit 5bf0596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ extension_trait! {
11831183
) -> impl Future<Output = Ordering> [CmpFuture<Self, S>]
11841184
where
11851185
Self: Sized + Stream,
1186-
S: Stream,
1186+
S: Stream,
11871187
{
11881188
CmpFuture::new(self, other)
11891189
}

0 commit comments

Comments
 (0)