From e30f34618540e35f0600ebd1b14e4515bdb4af8c Mon Sep 17 00:00:00 2001 From: pushkine Date: Wed, 27 May 2020 13:37:24 +0200 Subject: [PATCH] lint --- test/hydration/index.ts | 2 +- .../samples/head-meta-hydrate-duplicate/_before_head.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/hydration/index.ts b/test/hydration/index.ts index d5d538d1a0..983946af84 100644 --- a/test/hydration/index.ts +++ b/test/hydration/index.ts @@ -93,7 +93,7 @@ describe('hydration', () => { try { assert.htmlEqual( head.innerHTML, - fs.readFileSync(`${cwd}/_after_head.html`, 'utf-8')) + fs.readFileSync(`${cwd}/_after_head.html`, 'utf-8')); } catch (error) { if (shouldUpdateExpected()) { fs.writeFileSync(`${cwd}/_after_head.html`, head.innerHTML); diff --git a/test/hydration/samples/head-meta-hydrate-duplicate/_before_head.html b/test/hydration/samples/head-meta-hydrate-duplicate/_before_head.html index 107753cdd0..9bde3fa69e 100644 --- a/test/hydration/samples/head-meta-hydrate-duplicate/_before_head.html +++ b/test/hydration/samples/head-meta-hydrate-duplicate/_before_head.html @@ -1,4 +1,4 @@ Some Title - - - \ No newline at end of file + + + \ No newline at end of file