mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-26 17:36:15 +00:00
style: format code with Prettier
This commit fixes the style issues introduced in 9a683e9
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
9a683e9605
commit
bd93bbb2c8
|
@ -62,7 +62,11 @@ Contains:
|
|||
- Cupcake with icing eated
|
||||
`,
|
||||
labels: [Labels.nut],
|
||||
images: ["/item_images/cupcake.jpg", "/item_images/cupcake.jpg", "/item_images/cupcake.jpg"],
|
||||
images: [
|
||||
"/item_images/cupcake.jpg",
|
||||
"/item_images/cupcake.jpg",
|
||||
"/item_images/cupcake.jpg",
|
||||
],
|
||||
},
|
||||
// {
|
||||
// uuid: "gwagwa",
|
||||
|
|
Loading…
Reference in a new issue