You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/02/15 08:53:19 UTC

(superset) 01/02: format JSON

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch supersetbot-docker
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 014cb9ee7de54cc1e6cd8805aa103e2eb4640301
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Wed Feb 14 15:27:00 2024 -0800

    format JSON
---
 .github/supersetbot/.babelrc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/supersetbot/.babelrc b/.github/supersetbot/.babelrc
index 3c3d99ddbb..6c8fbcda82 100644
--- a/.github/supersetbot/.babelrc
+++ b/.github/supersetbot/.babelrc
@@ -1,5 +1,5 @@
 {
-      "presets": [
-              ["@babel/preset-env", {"targets": {"node": "current"}}]
-                ]
+  "presets": [
+    ["@babel/preset-env", {"targets": {"node": "current"}}]
+  ]
 }