mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Make cargo fmt happy
This commit is contained in:
@ -169,7 +169,8 @@ pub fn is_dry_run(req: &HttpRequest, opt: &Opt) -> Result<bool, ResponseError> {
|
||||
)
|
||||
})
|
||||
})
|
||||
.transpose()?.is_some_and(|s| s.to_lowercase() == "true"))
|
||||
.transpose()?
|
||||
.is_some_and(|s| s.to_lowercase() == "true"))
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, ToSchema)]
|
||||
|
Reference in New Issue
Block a user