Skip to content

Commit 24cf332

Browse files
Fmt, again
1 parent 328a54f commit 24cf332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/src/node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ impl<T> NodeMap<T> {
142142
.enumerate()
143143
.filter_map(|(idx, maybe_value)| Some((NodeIndex(idx), maybe_value?)))
144144
}
145-
145+
146146
pub fn values(&self) -> impl Iterator<Item = &T> {
147147
self.iter().map(|(_, value)| value)
148148
}

0 commit comments

Comments
 (0)