refactor(linter): replace Windows-style line breaks with Unix-style in 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.
This commit is contained in:
overlookmotel 2024-08-08 17:33:03 +00:00
parent 7ea058d84f
commit 670868035b

View file

@ -1,3 +1,3 @@
export default {};
export const foo = 10
export default {};
export const foo = 10