Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Mar 22, 2021
1 parent eab36b5 commit 5de9961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastfield/multivalued/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use crate::schema::{Document, Field};
use crate::termdict::TermOrdinal;
use crate::DocId;
use fnv::FnvHashMap;
use std::iter::once;
use std::io;
use std::iter::once;

/// Writer for multi-valued (as in, more than one value per document)
/// int fast field.
Expand Down

0 comments on commit 5de9961

Please sign in to comment.