Skip to content

Commit 3ad1b3f

Browse files
committed
Damn
1 parent 53a9762 commit 3ad1b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/bolt/request/begin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl<'a> BeginBuilder<'a> {
5858
}
5959
}
6060

61-
pub fn with_bookmarks(mut self, bookmarks: impl IntoIterator<Item=impl Display>) -> Self {
61+
pub fn with_bookmarks(mut self, bookmarks: impl IntoIterator<Item = impl Display>) -> Self {
6262
self.bookmarks = bookmarks
6363
.into_iter()
6464
.map(|b| b.to_string())

0 commit comments

Comments
 (0)