From d39d48794d0a2b4c7e0c1aef5cfef8c01b6b12a0 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Mon, 23 Oct 2023 09:21:51 -0400 Subject: [PATCH] configlet fmt --- exercises/practice/pop-count/.meta/config.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/exercises/practice/pop-count/.meta/config.json b/exercises/practice/pop-count/.meta/config.json index 6da8ce4f..85b1480e 100644 --- a/exercises/practice/pop-count/.meta/config.json +++ b/exercises/practice/pop-count/.meta/config.json @@ -1,9 +1,17 @@ { - "authors": ["glennj"], + "authors": [ + "glennj" + ], "files": { - "solution": ["pop_count.sh"], - "test": ["pop_count.bats"], - "example": [".meta/example.sh"] + "solution": [ + "pop_count.sh" + ], + "test": [ + "pop_count.bats" + ], + "example": [ + ".meta/example.sh" + ] }, "blurb": "Count the 1 bits in a number", "source": "Christian Willner, Eric Willigers",