Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ekjotmultani committed Nov 11, 2024
1 parent 324febe commit 41e5ecd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
defaultPluginOptions: const S3DownloadDataPluginOptions(),
);

final s3Options = StorageDownloadDataOptions(
final s3Options = StorageDownloadDataOptions(
pluginOptions: s3PluginOptions,
bucket: options?.bucket,
);
Expand Down

0 comments on commit 41e5ecd

Please sign in to comment.