Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/result.js')
-rw-r--r--test/lib/result.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/result.js b/test/lib/result.js
index cd41b45..0dea480 100644
--- a/test/lib/result.js
+++ b/test/lib/result.js
@@ -17,7 +17,7 @@ const postcssTests = require('../postcss/tests.js');
// Functions
function format(css) {
- return prettier.format(css, {parser: 'css'}).replace(/(\n)(\n)/g, '$1');
+ return prettier.format(css, { parser: 'css' }).replace(/(\n)(\n)/g, '$1');
}
function getFileContent(folder, id, ext) {