Browse Source

Merge pull request #998 from exercism/reformat-config

Run configlet fmt
Stuart Kent 8 years ago
parent
commit
6546486dd5
No account linked to committer's email
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      config.json

+ 3
- 3
config.json View File

777
       "difficulty": 6,
777
       "difficulty": 6,
778
       "slug": "bowling",
778
       "slug": "bowling",
779
       "topics": [
779
       "topics": [
780
-        "mathematics",
781
-        "games",
782
         "conditionals",
780
         "conditionals",
781
+        "exception_handling",
782
+        "games",
783
         "integers",
783
         "integers",
784
-        "exception_handling"
784
+        "mathematics"
785
       ],
785
       ],
786
       "unlocked_by": "scrabble-score",
786
       "unlocked_by": "scrabble-score",
787
       "uuid": "4b3f7771-c642-4278-a3d9-2fb958f26361"
787
       "uuid": "4b3f7771-c642-4278-a3d9-2fb958f26361"