Use spaces instead of tabs

This commit is contained in:
Sosuke Suzuki 2024-07-18 13:39:59 +09:00 committed by Ms2ger
parent 63e81baf5b
commit d09ecdb57b
2 changed files with 4 additions and 4 deletions

View File

@ -33,8 +33,8 @@ var child = new Con();
Object.defineProperty(child, "toString", {
value: function() {
toStringAccessed = true;
return '1';
toStringAccessed = true;
return '1';
}
});

View File

@ -37,8 +37,8 @@ function callbackfn(prevVal, curVal, idx, obj) {
Object.defineProperty(child, "toString", {
value: function() {
toStringAccessed = true;
return '1';
toStringAccessed = true;
return '1';
}
});