Skip to content

Commit dc03882

Browse files
ekjotmultaniNika Hassani
authored andcommitted
added trailing commas to pass ci test
1 parent 565c46d commit dc03882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify_core/lib/src/config/amplify_outputs/storage/storage_outputs.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ part 'storage_outputs.g.dart';
1313
class StorageOutputs
1414
with AWSEquatable<StorageOutputs>, AWSSerializable, AWSDebuggable {
1515
/// {@macro amplify_core.amplify_outputs.storage_outputs}
16-
const StorageOutputs({required this.awsRegion, required this.bucketName, this.buckets});
16+
const StorageOutputs({required this.awsRegion, required this.bucketName, this.buckets,});
1717

1818

1919
factory StorageOutputs.fromJson(Map<String, Object?> json) =>

0 commit comments

Comments
 (0)