style: add new lines to EOFs

This commit is contained in:
Lokesh Dhakar
2023-02-28 13:59:41 -08:00
parent 20d3593422
commit d955bb09da
2 changed files with 2 additions and 2 deletions

View File

@@ -67,4 +67,4 @@ describe('getPalette()', function() {
let testCounts = [2, 3, 5, 7, 10, 20];
testCounts.forEach((count) => testPaletteCount(count))
})
})