cargo fmt

This commit is contained in:
Loïc Lecrenier 2023-01-17 11:05:01 +01:00
parent 07b90dec08
commit b781f9a0f9
7 changed files with 17 additions and 14 deletions

View file

@ -13,7 +13,7 @@ use serde::{Deserialize, Serialize, Serializer};
use crate::deserr::DeserrJsonError;
use crate::error::deserr_codes::*;
use crate::error::{unwrap_any};
use crate::error::unwrap_any;
/// The maximimum number of results that the engine
/// will be able to return in one search call.