24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

style: indentation in aws.hrl

This commit is contained in:
Roman Hargrave 2022-09-08 21:24:16 -07:00
parent bf0984e031
commit 5168c145ff
No known key found for this signature in database
GPG Key ID: E7679B92360E753A

View File

@ -22,7 +22,7 @@
%%%---------------------------------------------------------------------- %%%----------------------------------------------------------------------
-record(aws_auth, {access_key_id :: binary(), -record(aws_auth, {access_key_id :: binary(),
access_key :: binary(), access_key :: binary(),
region :: binary()}). region :: binary()}).
-define(AWS_SERVICE_S3, <<"s3">>). -define(AWS_SERVICE_S3, <<"s3">>).