From c9a8941bbb2d99759f66b0e7a7d9a97210154851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E8=87=B4=E8=BF=9C?= Date: Sun, 17 Jan 2021 12:40:00 +0800 Subject: [PATCH] style: format sandbox.config.json --- sandbox.config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sandbox.config.json b/sandbox.config.json index 76fefda..3c128fa 100644 --- a/sandbox.config.json +++ b/sandbox.config.json @@ -1,6 +1,6 @@ { - "template": "node", - "container": { - "port": 8000 - } - } \ No newline at end of file + "template": "node", + "container": { + "port": 8000 + } +}