Skip to content

Commit

Permalink
refactor(linter): replace Windows-style line breaks with Unix-style i…
Browse files Browse the repository at this point in the history
…n test fixture (#4768)

I happened to notice that 1 test fixture file had Windows-style CRLF line breaks rather than Unix-style LF. Fixing it for consistency.
  • Loading branch information
overlookmotel committed Aug 8, 2024
1 parent 7ea058d commit 6708680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/oxc_linter/fixtures/import/named-and-default-export.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {};

export const foo = 10
export default {};

export const foo = 10

0 comments on commit 6708680

Please sign in to comment.