Whitespace nit.

This commit is contained in:
John-David Dalton
2019-07-09 09:32:38 -07:00
parent deb65de218
commit f8dc2149f7

View File

@@ -6610,7 +6610,7 @@
if (key === 'constructor' && typeof object[key] === 'function') {
return;
}
if (key == '__proto__') {
return;
}