Skip to content

Commit

Permalink
style: add new lines to EOFs
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh committed Feb 28, 2023
1 parent 20d3593 commit d955bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ module.exports = defineConfig({

experimentalRunAllSpecs: true,
},
})
})
2 changes: 1 addition & 1 deletion cypress/e2e/api.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ describe('getPalette()', function() {

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

0 comments on commit d955bb0

Please sign in to comment.