diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-12 17:36:25 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-12 17:36:25 +0100 |
commit | 295237476e2228cb58b417afe991cc2571a10bff (patch) | |
tree | eaed00d72c62bb31e5d613554709dc0a1b479975 /src/model | |
parent | 9d8360573622475232cee463291596273c5df1d3 (diff) | |
download | garage-295237476e2228cb58b417afe991cc2571a10bff.tar.gz garage-295237476e2228cb58b417afe991cc2571a10bff.zip |
fix formatting to comply with latest rustfmt
Diffstat (limited to 'src/model')
-rw-r--r-- | src/model/helper/locked.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/model/helper/locked.rs b/src/model/helper/locked.rs index f8e06add..b541d548 100644 --- a/src/model/helper/locked.rs +++ b/src/model/helper/locked.rs @@ -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 {}", |