Skip to content

Commit

Permalink
Revert the configlet fmt on resistor-color
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kytrinyx committed Dec 12, 2022
1 parent a5d1c14 commit faf6122
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions exercises/concept/resistor-color/.meta/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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
}

0 comments on commit faf6122

Please sign in to comment.