Skip to content

Commit 42a8a2e

Browse files
committed
formats with cargo fmt
1 parent 507307f commit 42a8a2e

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
@@ -1293,7 +1293,7 @@ extension_trait! {
12931293
) -> impl Future<Output = Ordering> [CmpFuture<Self, S>]
12941294
where
12951295
Self: Sized + Stream,
1296-
S: Stream,
1296+
S: Stream,
12971297
{
12981298
CmpFuture::new(self, other)
12991299
}

0 commit comments

Comments
 (0)