Skip to content

Commit fe1bdf4

Browse files
committed
fix: make fmt
1 parent 2c967e5 commit fe1bdf4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/indexer/segment_writer.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ impl SegmentWriter {
147147
.manual_doc_id_mapping
148148
{
149149
return Err(TantivyError::InvalidArgument(
150-
"IndexSettings::manual_doc_id_mapping must be set to false. With manual_doc_id_mapping, you need to call finalize_with_doc_id_mapping".to_string(),
150+
"IndexSettings::manual_doc_id_mapping must be set to false. With \
151+
manual_doc_id_mapping, you need to call finalize_with_doc_id_mapping"
152+
.to_string(),
151153
));
152154
}
153155

0 commit comments

Comments
 (0)