mirror of
https://github.com/tc39/test262.git
synced 2025-06-26 16:54:41 +02:00
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)
|
// configurations)
|
||||||
if (writeSucceeded) {
|
if (writeSucceeded) {
|
||||||
if (hadValue) {
|
if (hadValue) {
|
||||||
obj[name] = oldValue;
|
obj[name] = oldValue;
|
||||||
} else {
|
} else {
|
||||||
delete obj[name];
|
delete obj[name];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user