Merge pull request #15846 from medinandres/json_fix

Corrected formatting of json files
diff --git a/examples/csharp/route_guide/RouteGuide/route_guide_db.json b/examples/csharp/route_guide/RouteGuide/route_guide_db.json
index 209f016..9342beb 100644
--- a/examples/csharp/route_guide/RouteGuide/route_guide_db.json
+++ b/examples/csharp/route_guide/RouteGuide/route_guide_db.json
@@ -1,4 +1,4 @@
-[{
+[{
     "location": {
         "latitude": 407838351,
         "longitude": -746143763
diff --git a/src/csharp/doc/docfx.json b/src/csharp/doc/docfx.json
index 7219d0e..0ce5f72 100644
--- a/src/csharp/doc/docfx.json
+++ b/src/csharp/doc/docfx.json
@@ -24,7 +24,7 @@
         "dest": "api"
       },
       {
-        "files": [ "toc.yml"],
+        "files": [ "toc.yml"]
       }
     ],
     "globalMetadata": {