From 76a99aef86ff1bf029851b56194cd16cb7facc2c Mon Sep 17 00:00:00 2001 From: DCtheTall Date: Thu, 9 Apr 2020 15:19:47 -0400 Subject: [PATCH] add missing trailing newline --- src/core/matchers/async/toBePending.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/matchers/async/toBePending.js b/src/core/matchers/async/toBePending.js index 31059084..7ea12df9 100644 --- a/src/core/matchers/async/toBePending.js +++ b/src/core/matchers/async/toBePending.js @@ -22,4 +22,4 @@ getJasmineRequireObj().toBePending = function(j$) { } }; }; -}; \ No newline at end of file +};