From b59567aab1608023306ed0fa5f2d14a962bf12ad Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Tue, 3 Jan 2023 17:24:27 +0100 Subject: [PATCH] Replace blanks with tabs --- ta3_power/tiny_generator.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ta3_power/tiny_generator.lua b/ta3_power/tiny_generator.lua index a6d31a9..17ee65d 100644 --- a/ta3_power/tiny_generator.lua +++ b/ta3_power/tiny_generator.lua @@ -225,8 +225,8 @@ minetest.register_node("techage:tiny_generator", { meta:set_string("liquid_name", nvm.liquid.name) meta:set_int("liquid_amount", nvm.liquid.amount) meta:set_string("description", S("TA3 Tiny Power Generator") .. " (fuel: " .. - tostring(nvm.liquid and nvm.liquid.amount or 0) .. "/" .. - tostring(fuel.CAPACITY) .. ")") + tostring(nvm.liquid and nvm.liquid.amount or 0) .. "/" .. + tostring(fuel.CAPACITY) .. ")") end end,