Skip to content

Commit

Permalink
[tests] fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Oct 31, 2024
1 parent 201601c commit fee61f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/src/unit/issues/Issue11810.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package unit.issues;

class Issue11810 extends Test {
#if hl
function test() {
function test() {
var arrObj = [];
eq(null, arrObj[arrObj.length-1]);
var arrBytes : Array<Int> = [];
eq(0, arrBytes[arrBytes.length-1]);
}
}
#end
}

0 comments on commit fee61f8

Please sign in to comment.