From a0dbd667c2554fd07e6d6992ab5d8c6c9542b507 Mon Sep 17 00:00:00 2001 From: StyLuaFormatter Date: Wed, 18 Sep 2024 08:23:53 +0000 Subject: [PATCH] Format Code --- bobmodules/prototypes/recipe/electronics-updates.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bobmodules/prototypes/recipe/electronics-updates.lua b/bobmodules/prototypes/recipe/electronics-updates.lua index 5f93217..5c6f811 100644 --- a/bobmodules/prototypes/recipe/electronics-updates.lua +++ b/bobmodules/prototypes/recipe/electronics-updates.lua @@ -122,10 +122,7 @@ else ) else bobmods.lib.recipe.add_ingredient("speed-processor-3", { type = "item", name = "processing-unit", amount = 1 }) - bobmods.lib.recipe.add_ingredient( - "efficiency-processor-3", - { type = "item", name = "processing-unit", amount = 1 } - ) + bobmods.lib.recipe.add_ingredient("efficiency-processor-3", { type = "item", name = "processing-unit", amount = 1 }) bobmods.lib.recipe.add_ingredient( "productivity-processor-3", { type = "item", name = "processing-unit", amount = 1 }