fix formatting to comply with latest rustfmt

This commit is contained in:
Alex Auvolat
2025-01-12 17:36:25 +01:00
parent 9d83605736
commit 295237476e
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -279,7 +279,8 @@ impl<'a> LockedHelper<'a> {
.local_aliases
.get(alias_name)
.cloned()
.flatten() != Some(bucket_id)
.flatten()
!= Some(bucket_id)
{
return Err(GarageError::Message(format!(
"Bucket {:?} does not have alias {} in namespace of key {}",