reformat the headers

This commit is contained in:
Tamo 2023-01-11 17:10:32 +01:00
parent b252c87197
commit a68ac3a1dc
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
6 changed files with 29 additions and 28 deletions

View file

@ -11,8 +11,8 @@ use milli::update::Setting;
use milli::{Criterion, CriterionError, Index, DEFAULT_VALUES_PER_FACET};
use serde::{Deserialize, Serialize, Serializer};
use crate::error::DeserrError;
use crate::error::{deserr_codes::*, unwrap_any};
use crate::error::deserr_codes::*;
use crate::error::{unwrap_any, DeserrError};
/// The maximimum number of results that the engine
/// will be able to return in one search call.