Skip to content

Commit 2ee7fe0

Browse files
committed
Undent heredoc
1 parent 93dd509 commit 2ee7fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/aws_auth.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule AWSAuth do
2323
For signing, host is the only one required unless using any other x-amx-* headers.
2424
If host is present here, it will override using the host in the url to attempt signing.
2525
If only the host is needed, then you don't have to supply it and the host from the url will be used.
26-
"""
26+
"""
2727
def sign_url(access_key, secret_key, http_method, url, region, service) do
2828
sign_url(access_key, secret_key, http_method, url, region, service, Map.new)
2929
end

0 commit comments

Comments
 (0)