Skip to content

Commit b6015eb

Browse files
committed
cargo fmt
1 parent 2dc3366 commit b6015eb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

server/src/storage/s3.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,12 @@ impl S3Config {
231231

232232
if let Some(object_sse) = &self.object_sse {
233233
match object_sse {
234-
ObjectSse::SseC { _algorithm, base64_encryption_key } => {
234+
ObjectSse::SseC {
235+
_algorithm,
236+
base64_encryption_key,
237+
} => {
235238
builder = builder.with_ssec_encryption(base64_encryption_key);
236-
},
239+
}
237240
}
238241
}
239242

0 commit comments

Comments
 (0)