From a61e6124153d52bec6ba1e03270e87f7a4ad4f1e Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 27 Jun 2021 07:56:44 +0000 Subject: [PATCH] style: spacing --- source/_posts/aws-waf.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_posts/aws-waf.md b/source/_posts/aws-waf.md index dfb5849..4a58ed3 100644 --- a/source/_posts/aws-waf.md +++ b/source/_posts/aws-waf.md @@ -40,7 +40,8 @@ The underlying format of a web ACL is JSON. In this use case, I'm only concern w "Action": { "Allow": {} } - }] + } + ] } ```