Skip to content

Commit 81972ab

Browse files
ekjotmultaniekjotmultani
authored andcommitted
fixed formatting and annotated internal member use
1 parent 976c6ea commit 81972ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/storage/amplify_storage_s3_dart/lib/src/amplify_storage_s3_dart_impl.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
124124
});
125125
}
126126

127-
@override
127+
@override
128128
S3ListOperation list({
129129
required StoragePath path,
130130
StorageListOptions? options,
@@ -152,7 +152,6 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
152152
);
153153
}
154154

155-
156155
@override
157156
S3GetPropertiesOperation getProperties({
158157
required StoragePath path,

0 commit comments

Comments
 (0)