Skip to content

Commit

Permalink
Format Code
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Sep 18, 2024
1 parent fb9014a commit a0dbd66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bobmodules/prototypes/recipe/electronics-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit a0dbd66

Please sign in to comment.