From bb44643773f6c8342b75d05a5afc3e482ecc5f6d Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
Date: Sat, 1 Jun 2019 20:22:04 +0200
Subject: [PATCH] Code reformatted.

---
 data.lua | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/data.lua b/data.lua
index 64511dc..03ec0bc 100644
--- a/data.lua
+++ b/data.lua
@@ -1,11 +1,11 @@
--- Trivial mod by someone1337 uploaded because of our LAN game.
-local infinity_chest = util.table.deepcopy(data.raw["infinity-container"]["infinity-chest"])
-
--- make it a buffer chest.
-infinity_chest.logistic_mode = "buffer"
-
--- bots dont try to pickup not (yet) existent items.
--- we therefore need a waaaay larger inventory and fill it up.
-infinity_chest.inventory_size = 149
-
-data:extend({infinity_chest})
+-- Trivial mod by someone1337 uploaded because of our LAN game.
+local infinity_chest = util.table.deepcopy(data.raw["infinity-container"]["infinity-chest"])
+
+-- make it a buffer chest.
+infinity_chest.logistic_mode = "buffer"
+
+-- bots dont try to pickup not (yet) existent items.
+-- we therefore need a waaaay larger inventory and fill it up.
+infinity_chest.inventory_size = 149
+
+data:extend({infinity_chest})
-- 
2.43.0