Skip to content

Commit ae8ccb3

Browse files
committed
Format file using configlet fmt -u
1 parent c59b842 commit ae8ccb3

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

config.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,26 @@
174174
"slug": "elyses-destructured-enchantments",
175175
"name": "Elyses Destructured Enchantments",
176176
"uuid": "d9b5cd13-2f2b-4034-a571-e66c847ed6f8",
177-
"concepts": ["array-destructuring"],
178-
"prerequisites": ["arrays", "functions", "objects"],
177+
"concepts": [
178+
"array-destructuring"
179+
],
180+
"prerequisites": [
181+
"arrays",
182+
"functions",
183+
"objects"
184+
],
179185
"status": "beta"
180186
},
181187
{
182188
"slug": "train-driver",
183189
"name": "Train Driver",
184190
"uuid": "6cef6712-cf1d-4b3e-9ace-1de3450b4285",
185-
"concepts": ["rest-and-spread"],
186-
"prerequisites": ["array-destructuring"],
191+
"concepts": [
192+
"rest-and-spread"
193+
],
194+
"prerequisites": [
195+
"array-destructuring"
196+
],
187197
"status": "beta"
188198
},
189199
{

0 commit comments

Comments
 (0)