Skip to content

Commit ed3fbd2

Browse files
author
ekjotmultani
committed
format
1 parent 5223754 commit ed3fbd2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/amplify_core/lib/src/types/storage/list_options.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
import 'package:amplify_core/amplify_core.dart';
85

96
/// {@template amplify_core.storage.list_options}
@@ -30,7 +27,7 @@ class StorageListOptions
3027

3128
/// {@macro amplify_core.storage.list_plugin_options}
3229
final StorageListPluginOptions? pluginOptions;
33-
30+
3431
/// an optional bucket to specify which bucket to return the list for
3532
final StorageBucket? bucket;
3633

0 commit comments

Comments
 (0)