Browse Source

Fix JSON structure to stop warnings (#3308)

Radoslav Petrov 7 years ago
parent
commit
5430d44ac7
1 changed files with 2 additions and 4 deletions
  1. 2 4
      frameworks/Kotlin/http4k/benchmark_config.json

+ 2 - 4
frameworks/Kotlin/http4k/benchmark_config.json

@@ -24,9 +24,7 @@
         "display_name": "http4k-jetty",
         "display_name": "http4k-jetty",
         "notes": "",
         "notes": "",
         "versus": "servlet"
         "versus": "servlet"
-      }
-    },
-    {
+      },
       "undertow": {
       "undertow": {
         "setup_file": "setup_undertow",
         "setup_file": "setup_undertow",
         "orm": "Raw",
         "orm": "Raw",
@@ -52,4 +50,4 @@
       }
       }
     }
     }
   ]
   ]
-}
+}