From 26473a83465a827716cf52f65a473a082f1d9b5b Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Sun, 19 Jan 2014 13:27:52 -0500 Subject: Remove trailing whitespace --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.lua') diff --git a/api.lua b/api.lua index f090712..c5ec877 100644 --- a/api.lua +++ b/api.lua @@ -11,7 +11,7 @@ minetest.after(0.01, function() if unified_inventory.crafts_table[name] == nil then unified_inventory.crafts_table[name] = {} end - if recipes then + if recipes then for i=1,#recipes,1 do table.insert(unified_inventory.crafts_table[name],recipes[i]) end -- cgit v1.2.3