add missing trailing newline

This commit is contained in:
DCtheTall
2020-04-09 15:20:23 -04:00
parent 76a99aef86
commit 08779f2657

View File

@@ -48,4 +48,4 @@ describe('toBePending', function() {
'Expected toBePending to be called on a promise.'
);
});
});
});