浏览代码

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);
 	}