Skip to content

Commit ee5bfe1

Browse files
author
ekjotmultani
committed
format
1 parent ce53ed4 commit ee5bfe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/storage/amplify_storage_s3_dart/test/amplify_storage_s3_dart_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ void main() {
141141
pluginOptions: S3ListPluginOptions(excludeSubPaths: true),
142142
nextToken: 'next-token-123',
143143
bucket: StorageBucket.fromBucketInfo(
144-
BucketInfo(bucketName: 'unit-test-bucket', region: 'us-east-2'),),
144+
BucketInfo(bucketName: 'unit-test-bucket', region: 'us-east-2'),
145+
),
145146
pageSize: 2,
146147
);
147148

0 commit comments

Comments
 (0)