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
1 changed files with 2 additions and 2 deletions

View File

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