From faf6122145505e2f44b4f8ad3c18ac9e77953264 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Mon, 12 Dec 2022 13:09:12 +0100 Subject: [PATCH] Revert the configlet fmt on resistor-color The configlet fmt command removed custom key-value pairs. This adds the unformatted file back for resistor-color, which looks like it is the only one where this happened. --- exercises/concept/resistor-color/.meta/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exercises/concept/resistor-color/.meta/config.json b/exercises/concept/resistor-color/.meta/config.json index 5e7df87a4..7d5443d1d 100644 --- a/exercises/concept/resistor-color/.meta/config.json +++ b/exercises/concept/resistor-color/.meta/config.json @@ -1,8 +1,10 @@ { + "blurb": "Convert a resistor band's color to its numeric representation and back, using external crates", "authors": [ "still-flow", "coriolinus" ], + "contributors": [], "files": { "solution": [ "src/lib.rs", @@ -15,7 +17,7 @@ ".meta/exemplar.rs" ] }, - "blurb": "Convert a resistor band's color to its numeric representation and back, using external crates", "source": "Maud de Vries, Erik Schierboom", - "source_url": "https://github.com/exercism/problem-specifications/issues/1458" + "source_url": "https://github.com/exercism/problem-specifications/issues/1458", + "test_runner": false }