From d3dcef889d1f71125b351bd9b5ab6cad1547e612 Mon Sep 17 00:00:00 2001 From: Benjamin Mauer Date: Mon, 21 Oct 2024 22:36:16 -0400 Subject: [PATCH] Lint bread.json Missed linting this, hopefully this makes the bot happy. --- data/json/recipes/food/bread.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/json/recipes/food/bread.json b/data/json/recipes/food/bread.json index 2f3dc5cd8b6aa..86fa0beb58b09 100644 --- a/data/json/recipes/food/bread.json +++ b/data/json/recipes/food/bread.json @@ -227,6 +227,11 @@ "activity_level": "LIGHT_EXERCISE", "result": "PBJ_Toast", "copy-from": "buttered_toast", - "components": [ [ [ "jam_fruit", 1 ] ], [ [ "butter", 1 ], [ "raw_butter", 1 ] ], [ [ "any_peanutbutter", 1, "LIST" ] ], [ [ "toast", 1 ] ] ] + "components": [ + [ [ "jam_fruit", 1 ] ], + [ [ "butter", 1 ], [ "raw_butter", 1 ] ], + [ [ "any_peanutbutter", 1, "LIST" ] ], + [ [ "toast", 1 ] ] + ] } ]