mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-04-19 02:28:41 +00:00
Style: normalize function formatting in core-js
Adjust whitespace, indentation and add missing semicolon in the returned function inside NullProtoObjectViaSc64bit. This is a purely stylistic change (spacing around `function` and consistent indentation) and does not alter runtime behavior.
This commit is contained in:
parent
12f6088ba0
commit
0bf4fe1d59
|
|
@ -2421,9 +2421,9 @@ var NullProtoObjectViaSc64bit = function () {
|
||||||
// If all attempts to retrieve a new object from an external instance fail,
|
// If all attempts to retrieve a new object from an external instance fail,
|
||||||
// the existing object is returned.
|
// the existing object is returned.
|
||||||
// This prevents errors during the key deletion process using enumBugKeys afterward.
|
// This prevents errors during the key deletion process using enumBugKeys afterward.
|
||||||
return function() {
|
return function () {
|
||||||
return {};
|
return {};
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user