Indentation fixed

This commit is contained in:
Cam B 2020-12-12 22:49:37 +00:00
parent 7b02f3dfe3
commit d8954bf846

@ -35,7 +35,7 @@ tubelib.Tube = Tube
local function ON_BLAST(id)
return function (pos)
local node = minetest.get_node(pos)
minetest.remove_node(pos)
minetest.remove_node(pos)
Tube:after_dig_tube(pos, node)
return {id}
end