Unverified Commit 8d136c6a authored by Steven Zhu's avatar Steven Zhu
Browse files

Add newline at end of file to satisfy shfmt's "extra line" error

parent 4d94270c
......@@ -25,7 +25,6 @@ aws_ses_send() {
AWS_SES_SECRET_ACCESS_KEY="${AWS_SES_SECRET_ACCESS_KEY:-$(_readaccountconf_mutable AWS_SES_SECRET_ACCESS_KEY)}"
AWS_SES_REGION="${AWS_SES_REGION:-$(_readaccountconf_mutable AWS_SES_REGION)}"
if [ -z "$AWS_SES_ACCESS_KEY_ID" ] || [ -z "$AWS_SES_SECRET_ACCESS_KEY" ]; then
_use_container_role || _use_instance_role
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment