From 23abfd13f41117ba0df7bb43f5ebbda171eaa0aa Mon Sep 17 00:00:00 2001 From: meatball Date: Sun, 22 Dec 2024 20:46:39 +0100 Subject: [PATCH] Format config --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 4c7b3318..9ba1d7ea 100644 --- a/config.json +++ b/config.json @@ -1323,11 +1323,11 @@ "practices": [], "prerequisites": [], "difficulty": 2, + "status": "deprecated", "topics": [ "recursion", "transforming" - ], - "status": "deprecated" + ] }, { "slug": "scale-generator", @@ -1336,12 +1336,12 @@ "practices": [], "prerequisites": [], "difficulty": 3, + "status": "deprecated", "topics": [ "loops", "pattern_matching", "strings" - ], - "status": "deprecated" + ] }, { "slug": "beer-song",