Make rustfmt happy

This commit is contained in:
Clément Renault 2025-01-08 16:20:33 +01:00
parent 71e5605daa
commit cf4c3c287b
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
2 changed files with 7 additions and 5 deletions

View file

@ -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