From 56297a2ca6a474ae316aa8ab92b45f92993336ac Mon Sep 17 00:00:00 2001 From: StyLuaFormatter Date: Tue, 12 Dec 2023 03:15:08 +0000 Subject: [PATCH] Format Code --- SeaBlock/data-updates/landfill.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SeaBlock/data-updates/landfill.lua b/SeaBlock/data-updates/landfill.lua index d57fde6..da8e669 100644 --- a/SeaBlock/data-updates/landfill.lua +++ b/SeaBlock/data-updates/landfill.lua @@ -34,7 +34,7 @@ end data.raw.technology["landfill"].prerequisites = { "water-washing-1" } data.raw.technology["landfill"].unit = { count = 10, - ingredients = { { type = item, name = "automation-science-pack", amount = 1 }}, + ingredients = { { type = item, name = "automation-science-pack", amount = 1 } }, time = 15, } bobmods.lib.tech.remove_prerequisite("water-washing-2", "landfill")