mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Make cargo fmt happy
This commit is contained in:
parent
64477aac60
commit
a0bfcf8872
13 changed files with 29 additions and 38 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue