Skip to content

Commit

Permalink
Format exercise config files (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Nov 19, 2023
1 parent edb686f commit 49f3751
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion exercises/practice/all-your-base/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["colinleach"],
"authors": [
"colinleach"
],
"files": {
"solution": [
"AllYourBase.cfc"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/dnd-character/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["colinleach"],
"authors": [
"colinleach"
],
"files": {
"solution": [
"DndCharacter.cfc"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/nucleotide-count/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"NucleotideCountTest.cfc"
],
"example": [
".meta/Example.cfc",
".meta/Example.cfc",
".meta/ExampleTest.cfc"
]
},
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/protein-translation/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ProteinTranslationTest.cfc"
],
"example": [
".meta/Example.cfc",
".meta/Example.cfc",
".meta/ExampleTest.cfc"
]
},
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/resistor-color-duo/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ResistorColorDuoTest.cfc"
],
"example": [
".meta/Example.cfc",
".meta/Example.cfc",
".meta/ExampleTest.cfc"
]
},
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/two-fer/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"TwoFerTest.cfc"
],
"example": [
".meta/Example.cfc",
".meta/Example.cfc",
".meta/ExampleTest.cfc"
]
},
Expand Down

0 comments on commit 49f3751

Please sign in to comment.