Skip to content

Commit

Permalink
fixed formatting and annotated internal member use
Browse files Browse the repository at this point in the history
  • Loading branch information
ekjotmultani authored and ekjotmultani committed Nov 4, 2024
1 parent 976c6ea commit 81972ab
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
});
}

@override
@override
S3ListOperation list({
required StoragePath path,
StorageListOptions? options,
Expand Down Expand Up @@ -152,7 +152,6 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
);
}


@override
S3GetPropertiesOperation getProperties({
required StoragePath path,
Expand Down

0 comments on commit 81972ab

Please sign in to comment.