Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Dec 11, 2023
1 parent 3e95f93 commit 93199cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ex_aws/s3.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ defmodule ExAws.S3 do
@spec list_buckets() :: ExAws.Operation.S3.t()
@spec list_buckets(opts :: Keyword.t()) :: ExAws.Operation.S3.t()
def list_buckets(opts \\ []) do
request(:get, "", "/", [params: opts], parser: &ExAws.S3.Parsers.parse_all_my_buckets_result/1)
request(:get, "", "/", [params: opts],
parser: &ExAws.S3.Parsers.parse_all_my_buckets_result/1
)
end

@doc "Delete a bucket"
Expand Down

0 comments on commit 93199cc

Please sign in to comment.