From 512e343cbdf07992ffcb2c1381862f81f7a07ab4 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Thu, 22 Oct 2015 10:00:29 +1100 Subject: [PATCH] linting --- scripts/release-post.js | 1 - tests/scripts/release-post.test.js | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/release-post.js b/scripts/release-post.js index 1d5582c512a51..93b2c9dfb1f55 100755 --- a/scripts/release-post.js +++ b/scripts/release-post.js @@ -219,4 +219,3 @@ if (require.main === module) { process.exit(1) }) } - diff --git a/tests/scripts/release-post.test.js b/tests/scripts/release-post.test.js index bcf0d4a8078b1..608bf057bfb09 100644 --- a/tests/scripts/release-post.test.js +++ b/tests/scripts/release-post.test.js @@ -293,4 +293,3 @@ test('writeToFile', (t) => { t.end() }) -