Skip to content

Commit c53bc5c

Browse files
authored
Merge pull request #1608 from exercism/revert-formatting
Revert the configlet fmt on resistor-color
2 parents a5d1c14 + faf6122 commit c53bc5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exercises/concept/resistor-color/.meta/config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
2+
"blurb": "Convert a resistor band's color to its numeric representation and back, using external crates",
23
"authors": [
34
"still-flow",
45
"coriolinus"
56
],
7+
"contributors": [],
68
"files": {
79
"solution": [
810
"src/lib.rs",
@@ -15,7 +17,7 @@
1517
".meta/exemplar.rs"
1618
]
1719
},
18-
"blurb": "Convert a resistor band's color to its numeric representation and back, using external crates",
1920
"source": "Maud de Vries, Erik Schierboom",
20-
"source_url": "https://github.com/exercism/problem-specifications/issues/1458"
21+
"source_url": "https://github.com/exercism/problem-specifications/issues/1458",
22+
"test_runner": false
2123
}

0 commit comments

Comments
 (0)