Skip to content

Commit 5ddc49c

Browse files
committed
fmt
1 parent 55c31a7 commit 5ddc49c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/table_collection.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ impl TableCollection {
157157
pub(crate) unsafe fn new_from_mbox(mbox: MBox<ll_bindings::tsk_table_collection_t>) -> Self {
158158
let mut mbox = mbox;
159159
// FIXME: this should be fallible
160-
let views =
161-
crate::table_views::TableViews::new_from_mbox_table_collection(&mut mbox);
160+
let views = crate::table_views::TableViews::new_from_mbox_table_collection(&mut mbox);
162161
Self {
163162
inner: mbox,
164163
idmap: vec![],

0 commit comments

Comments
 (0)