From 8df16ac8a976ad116316f893985aead6fa5706c1 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Wed, 24 Jun 2020 21:47:10 +0800 Subject: [PATCH] Fix explorer prettier error --- explorer/static.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/explorer/static.json b/explorer/static.json index 48d48d089f..c35e3ca258 100644 --- a/explorer/static.json +++ b/explorer/static.json @@ -1,7 +1,7 @@ { - "https_only": true, - "root": "build/", - "routes": { - "/**": "index.html" - } + "https_only": true, + "root": "build/", + "routes": { + "/**": "index.html" + } }