From 452e47cbf213cd6d290ddc5a9ca55b4f7a458a95 Mon Sep 17 00:00:00 2001 From: contrun Date: Wed, 13 Oct 2021 00:03:01 +0800 Subject: [PATCH] remove trailing comma in json file (#12640) Signed-off-by: YI --- command/server/test-fixtures/config.hcl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/server/test-fixtures/config.hcl.json b/command/server/test-fixtures/config.hcl.json index 9bdef57e75..92c1986ba5 100644 --- a/command/server/test-fixtures/config.hcl.json +++ b/command/server/test-fixtures/config.hcl.json @@ -13,7 +13,7 @@ }, "service_registration": { "consul": { - "foo": "bar", + "foo": "bar" } }, "telemetry": {