Make cargo fmt happy

This commit is contained in:
Clément Renault
2025-04-01 11:27:41 +02:00
parent 64477aac60
commit a0bfcf8872
13 changed files with 29 additions and 38 deletions

View File

@ -210,11 +210,8 @@ fn extract_addition_payload_changes<'r, 'pl: 'r>(
primary_key.as_ref().unwrap()
};
let external_id = retrieved_primary_key.extract_fields_and_docid(
doc,
new_fields_ids_map,
indexer,
)?;
let external_id =
retrieved_primary_key.extract_fields_and_docid(doc, new_fields_ids_map, indexer)?;
let external_id = external_id.to_de();
let current_offset = iter.byte_offset();