소스 검색

fix indentation (skip ci)

Simon Krajewski 8 년 전
부모
커밋
f173b2c6ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>;
 
 	function test() {
-        t(intValue == floatValue);
+		t(intValue == floatValue);
 		f(intValue == nullValue);
 		f(floatValue == nullValue);
 	}