aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.string.fixed.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/es6.string.fixed.js')
-rw-r--r--node_modules/core-js/modules/es6.string.fixed.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/core-js/modules/es6.string.fixed.js b/node_modules/core-js/modules/es6.string.fixed.js
index d017e202a..d4a60f37d 100644
--- a/node_modules/core-js/modules/es6.string.fixed.js
+++ b/node_modules/core-js/modules/es6.string.fixed.js
@@ -1,7 +1,7 @@
'use strict';
// B.2.3.6 String.prototype.fixed()
-require('./_string-html')('fixed', function(createHTML){
- return function fixed(){
+require('./_string-html')('fixed', function (createHTML) {
+ return function fixed() {
return createHTML(this, 'tt', '', '');
- }
-}); \ No newline at end of file
+ };
+});