Skip to content

Commit 7d1a716

Browse files
committed
rustfmt
1 parent 9df2d4e commit 7d1a716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl<T> ReadHandle<T> {
9999
}
100100
}
101101

102-
/// Create a [`ReadHandleFactory`] which is `Send` & `Sync` and can be shared across threads to create
102+
/// Create a [`ReadHandleFactory`] which is `Send` & `Sync` and can be shared across threads to create
103103
/// additional [`ReadHandle`] instances.
104104
pub fn factory(&self) -> ReadHandleFactory<T> {
105105
ReadHandleFactory {

0 commit comments

Comments
 (0)