Reformat the JSON and fix checkstyle issue
[clamp.git] / src / test / resources / example / xsl-validation / modelBpmnForVerif.json
index 1bef49a..40afe17 100644 (file)
@@ -1,38 +1,38 @@
 {
-       "collector": [
-               {
-                       "id": "Collector_",
-                       "from": "StartEvent_1"
-               }
-       ],
-       "stringMatch": [
-               {
-                       "id": "StringMatch_0tw2y4f",
-                       "from": "Collector_"
-               }
-       ],
-       "policy": [
-               {
-                       "id": "Policy_",
-                       "from": "TCA_09hcdsx"
-               }
-       ],
-       "tca": [
-               {
-                       "id": "TCA_09hcdsx",
-                       "from": "VesCollector_1kxjxy6"
-               }
-       ],
-       "vesCollector": [
-               {
-                       "id": "VesCollector_1kxjxy6",
-                       "from": "Holmes_1fzdqp9"
-               }
-       ],
-       "holmes": [
-               {
-                       "id": "Holmes_1fzdqp9",
-                       "from": "StringMatch_0tw2y4f"
-               }
-       ]
-}
\ No newline at end of file
+  "collector": [
+    {
+      "id": "Collector_",
+      "from": "StartEvent_1"
+    }
+  ],
+  "stringMatch": [
+    {
+      "id": "StringMatch_0tw2y4f",
+      "from": "Collector_"
+    }
+  ],
+  "policy": [
+    {
+      "id": "Policy_",
+      "from": "TCA_09hcdsx"
+    }
+  ],
+  "tca": [
+    {
+      "id": "TCA_09hcdsx",
+      "from": "VesCollector_1kxjxy6"
+    }
+  ],
+  "vesCollector": [
+    {
+      "id": "VesCollector_1kxjxy6",
+      "from": "Holmes_1fzdqp9"
+    }
+  ],
+  "holmes": [
+    {
+      "id": "Holmes_1fzdqp9",
+      "from": "StringMatch_0tw2y4f"
+    }
+  ]
+}