Skip to content

Commit

Permalink
Fix small warning
Browse files Browse the repository at this point in the history
  • Loading branch information
EMattfolk authored Nov 12, 2024
1 parent 395af9d commit af972ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_aws/s3.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ defmodule ExAws.S3 do
|> Map.merge(source_encryption)
|> Map.merge(destination_encryption)

first..last = source_range
first..last//_ = source_range

headers =
headers
Expand Down

0 comments on commit af972ea

Please sign in to comment.