refactor linearPrimSieve.test.js as per eslint

This commit is contained in:
Sandeep Satheesh 2018-10-01 22:38:59 +05:30
parent b43738839e
commit 49bdb355c9

View File

@ -9,4 +9,4 @@ describe('linearPrimeSieve', () => {
43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97,
]);
});
});
});