mirror of https://github.com/tc39/test262.git
Fix indentation in harness/propertHelper.js
This commit is contained in:
parent
767f3b74c1
commit
c23ea89fe2
|
@ -140,9 +140,9 @@ function isWritable(obj, name, verifyProp, value) {
|
|||
// configurations)
|
||||
if (writeSucceeded) {
|
||||
if (hadValue) {
|
||||
obj[name] = oldValue;
|
||||
obj[name] = oldValue;
|
||||
} else {
|
||||
delete obj[name];
|
||||
delete obj[name];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue