aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/library/fn/regexp/to-string.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/library/fn/regexp/to-string.js')
-rw-r--r--node_modules/core-js/library/fn/regexp/to-string.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/core-js/library/fn/regexp/to-string.js b/node_modules/core-js/library/fn/regexp/to-string.js
index 29d5d037a..faf418dda 100644
--- a/node_modules/core-js/library/fn/regexp/to-string.js
+++ b/node_modules/core-js/library/fn/regexp/to-string.js
@@ -1,5 +1,5 @@
'use strict';
require('../../modules/es6.regexp.to-string');
-module.exports = function toString(it){
+module.exports = function toString(it) {
return RegExp.prototype.toString.call(it);
-}; \ No newline at end of file
+};