Skip to content

Commit e47816d

Browse files
committed
fix: format
1 parent 980984c commit e47816d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ impl<T> Yielder<T> {
7070
/// This future must be `.await`ed inside the generator in order for the item to be yielded by the stream.
7171
#[must_use = "stream will not yield this item unless the future returned by yield is awaited"]
7272
pub struct YieldFut<T> {
73-
store: Arc<SharedStore<T>>,
73+
store: Arc<SharedStore<T>>
7474
}
7575

7676
impl<T> Unpin for YieldFut<T> {}

0 commit comments

Comments
 (0)