From e5571beb525396597b7d08c6c20bd7f6dfd802c7 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Sat, 6 Jan 2018 01:19:43 -0600 Subject: [PATCH] linting --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 276251da..42f0a826 100644 --- a/test/index.js +++ b/test/index.js @@ -323,7 +323,7 @@ function fix() { var text = fs.readFileSync(path.resolve(__dirname, 'original', file)); if (file.indexOf('hard_wrapped_paragraphs_with_list_like_lines.md') === 0) { - text = "---\ngfm: false\n---\n" + text; + text = '---\ngfm: false\n---\n' + text; } fs.writeFileSync(path.resolve(__dirname, 'compiled_tests', file), text); });