Skip to content

Commit 5782686

Browse files
committed
fmt
1 parent 52b7d93 commit 5782686

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • libsql-wal/src/storage/backend

libsql-wal/src/storage/backend/s3.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ impl<IO: Io> S3Backend<IO> {
8080
};
8181

8282
let bucket_config = CreateBucketConfiguration::builder()
83-
.location_constraint(aws_sdk_s3::types::BucketLocationConstraint::from_str(&region.to_string()).unwrap())
83+
.location_constraint(
84+
aws_sdk_s3::types::BucketLocationConstraint::from_str(&region.to_string()).unwrap(),
85+
)
8486
.build();
8587

8688
// TODO: we may need to create the bucket for config overrides. Maybe try lazy bucket

0 commit comments

Comments
 (0)