Skip to content

Commit aafbbca

Browse files
committed
format
1 parent 006d714 commit aafbbca

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

libcc2rs/src/rc.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,10 @@ pub struct PtrValueIter<T> {
640640

641641
impl<T> PtrValueIter<T> {
642642
pub fn new(ptr: &Ptr<T>, n: usize) -> Self {
643-
Self { ptr: ptr.clone() , n }
643+
Self {
644+
ptr: ptr.clone(),
645+
n,
646+
}
644647
}
645648
}
646649

0 commit comments

Comments
 (0)