Skip to content

Commit d955bb0

Browse files
committed
style: add new lines to EOFs
1 parent 20d3593 commit d955bb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ module.exports = defineConfig({
1010

1111
experimentalRunAllSpecs: true,
1212
},
13-
})
13+
})

cypress/e2e/api.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ describe('getPalette()', function() {
6767

6868
let testCounts = [2, 3, 5, 7, 10, 20];
6969
testCounts.forEach((count) => testPaletteCount(count))
70-
})
70+
})

0 commit comments

Comments
 (0)