diff --git a/dump/src/reader/v4/mod.rs b/dump/src/reader/v4/mod.rs index 04ad346b7..2cef6c86d 100644 --- a/dump/src/reader/v4/mod.rs +++ b/dump/src/reader/v4/mod.rs @@ -101,7 +101,9 @@ impl V4Reader { index.uid.clone(), &self.dump.path().join("indexes").join(index.index_meta.uuid.to_string()), &index.index_meta, - BufReader::new(File::open(&self.dump.path().join("updates").join("data.jsonl")).unwrap()), + BufReader::new( + File::open(&self.dump.path().join("updates").join("data.jsonl")).unwrap(), + ), ) })) }