Skip to content

Commit 42da609

Browse files
authored
chore: remove extra newline
Signed-off-by: Kris West <kristopher.west@natwest.com>
1 parent fcc565e commit 42da609

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/db/file/repo.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ describe('File DB', () => {
4141
const result = await repoModule.getRepoByUrl('https://github.com/finos/git-proxy.git');
4242
expect(result).to.deep.equal(repoData);
4343
});
44-
45-
4644
it('should return null if the repo is not found', async () => {
4745
sandbox.stub(repoModule.db, 'findOne').callsFake((query, cb) => cb(null, null));
4846

0 commit comments

Comments
 (0)