Skip to content
Snippets Groups Projects
Commit c23ea89f authored by Rick Waldron's avatar Rick Waldron
Browse files

Fix indentation in harness/propertHelper.js

parent 767f3b74
No related branches found
No related tags found
No related merge requests found
......@@ -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];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment