From 6c5d89aeea6bce0581c2001a092166c08e4dec2b Mon Sep 17 00:00:00 2001 From: "Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org" Date: Sat, 16 Dec 2023 13:10:23 +0100 Subject: [PATCH] indentation / style Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com> --- technic/machines/HV/nuclear_reactor.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/technic/machines/HV/nuclear_reactor.lua b/technic/machines/HV/nuclear_reactor.lua index f70ffe64..170a2a5e 100644 --- a/technic/machines/HV/nuclear_reactor.lua +++ b/technic/machines/HV/nuclear_reactor.lua @@ -227,13 +227,13 @@ local function reactor_structure_badness(pos) end local mcl_expl_info = { - drop_chance = 1.0, - max_blast_resistance = 10, - sound = true, - particles = true, - fire = true, - griefing = true, - grief_protected = true, + drop_chance = 1.0, + max_blast_resistance = 10, + sound = true, + particles = true, + fire = true, + griefing = true, + grief_protected = true, } local function melt_down_reactor(pos)