Ver código fonte

fix indentation (skip ci)

Simon Krajewski 8 anos atrás
pai
commit
f173b2c6ab
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/unit/src/unit/issues/Issue4260.hx

+ 1 - 1
tests/unit/src/unit/issues/Issue4260.hx

@@ -6,7 +6,7 @@ class Issue4260 extends unit.Test {
 	var nullValue:Null<Float>;
 	var nullValue:Null<Float>;
 
 
 	function test() {
 	function test() {
-        t(intValue == floatValue);
+		t(intValue == floatValue);
 		f(intValue == nullValue);
 		f(intValue == nullValue);
 		f(floatValue == nullValue);
 		f(floatValue == nullValue);
 	}
 	}