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 +};