tests/test_util_multitable.lua
changeset 3540 bc139431830b
parent 2923 b7049746bd29
child 5776 bd0ff8ae98a8
--- a/tests/test_util_multitable.lua	Sat Oct 16 08:34:32 2010 +0500
+++ b/tests/test_util_multitable.lua	Sat Oct 16 23:00:42 2010 +0500
@@ -32,7 +32,7 @@
 			should_have[item] = nil;
 		end
 		if next(should_have) then
-			return false, "not-enough";	
+			return false, "not-enough";
 		end
 		return true, "has-all";
 	end