diff --git a/app/assets/js/core-js-3.49.0.wsh.js b/app/assets/js/core-js-3.49.0.wsh.js index 9e3793b..e715ac3 100644 --- a/app/assets/js/core-js-3.49.0.wsh.js +++ b/app/assets/js/core-js-3.49.0.wsh.js @@ -2421,9 +2421,9 @@ var NullProtoObjectViaSc64bit = function () { // If all attempts to retrieve a new object from an external instance fail, // the existing object is returned. // This prevents errors during the key deletion process using enumBugKeys afterward. - return function() { - return {}; - } + return function () { + return {}; + }; } }