Browse Source

Removed a dangling comma in config.json

Dmitry Noranovich 9 years ago
parent
commit
be31f4cd3f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config.json

+ 1
- 1
config.json View File

@@ -287,7 +287,7 @@
287 287
       "slug": "binary-search",
288 288
       "difficulty": 1,
289 289
       "topics": []
290
-    },
290
+    }
291 291
   ],
292 292
   "deprecated": [
293 293
   ],