aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/array/pop.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/fn/array/pop.js')
-rw-r--r--node_modules/core-js/fn/array/pop.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/core-js/fn/array/pop.js b/node_modules/core-js/fn/array/pop.js
index b8414f616..55e7fe7a7 100644
--- a/node_modules/core-js/fn/array/pop.js
+++ b/node_modules/core-js/fn/array/pop.js
@@ -1,4 +1,4 @@
// for a legacy code and future fixes
-module.exports = function(){
+module.exports = function () {
return Function.call.apply(Array.prototype.pop, arguments);
-}; \ No newline at end of file
+};