From 08779f2657cbd088b8b37e3c17e9363ac8406c46 Mon Sep 17 00:00:00 2001 From: DCtheTall Date: Thu, 9 Apr 2020 15:20:23 -0400 Subject: [PATCH] add missing trailing newline --- spec/core/matchers/async/toBePendingSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/core/matchers/async/toBePendingSpec.js b/spec/core/matchers/async/toBePendingSpec.js index 5aa4f428..318e22b7 100644 --- a/spec/core/matchers/async/toBePendingSpec.js +++ b/spec/core/matchers/async/toBePendingSpec.js @@ -48,4 +48,4 @@ describe('toBePending', function() { 'Expected toBePending to be called on a promise.' ); }); -}); \ No newline at end of file +});