Explorar o código

just whitespace

frabbit %!s(int64=11) %!d(string=hai) anos
pai
achega
b865ac1338
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      tests/unit/TestPython.hx

+ 3 - 3
tests/unit/TestPython.hx

@@ -306,9 +306,9 @@ class TestPython extends Test {
 
 	function testIssue2937 () {
 		var f = Reflect.makeVarArgs(function(args:Array<Dynamic>) {
-            t(Std.is(args, Array)); // false, but should be true
-        });
-        f(1,2,3);
+			t(Std.is(args, Array)); // false, but should be true
+		});
+		f(1,2,3);
 	}
 
 }