Browse Source

Prettier fix

Leszek Wiesner 3 years ago
parent
commit
34a0eecb55
1 changed files with 6 additions and 6 deletions
  1. 6 6
      query-node/mappings/bootstrap-data/data/workingGroups.json

+ 6 - 6
query-node/mappings/bootstrap-data/data/workingGroups.json

@@ -1,8 +1,8 @@
 {
-    "STORAGE": {
-        "workers": []
-    },
-    "GATEWAY": {
-        "workers": []
-    }
+  "STORAGE": {
+    "workers": []
+  },
+  "GATEWAY": {
+    "workers": []
+  }
 }