Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor(linter): replace Windows-style line breaks with Unix-style i…
…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
commit 670868035b9c19c17ab2e2bdecb1e8836f7a8f08
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