mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Make rustfmt happy
This commit is contained in:
parent
71e5605daa
commit
cf4c3c287b
2 changed files with 7 additions and 5 deletions
|
@ -427,7 +427,8 @@ impl Segment {
|
|||
) {
|
||||
// Replace the version number with the prototype name if any.
|
||||
let version = build_info::DescribeResult::from_build()
|
||||
.and_then(|describe| describe.as_prototype()).unwrap_or(env!("CARGO_PKG_VERSION"));
|
||||
.and_then(|describe| describe.as_prototype())
|
||||
.unwrap_or(env!("CARGO_PKG_VERSION"));
|
||||
|
||||
let _ = self
|
||||
.batcher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue