Skip to content

Commit

Permalink
Format configs (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Nov 7, 2024
1 parent 8d33501 commit fe69920
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion exercises/practice/bottle-song/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["meatball133"],
"authors": [
"meatball133"
],
"files": {
"solution": [
"bottle-song.coffee"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/phone-number/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["meatball133"],
"authors": [
"meatball133"
],
"files": {
"solution": [
"phone-number.coffee"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/scrabble-score/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["meatball133"],
"authors": [
"meatball133"
],
"files": {
"solution": [
"scrabble-score.coffee"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/two-fer/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["meatball133"],
"authors": [
"meatball133"
],
"files": {
"solution": [
"two-fer.coffee"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/wordy/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["meatball133"],
"authors": [
"meatball133"
],
"contributors": [
"aimorris",
"Gaelan",
Expand Down

0 comments on commit fe69920

Please sign in to comment.