mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
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:
parent
7ea058d84f
commit
670868035b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
export default {};
|
||||
|
||||
export const foo = 10
|
||||
export default {};
|
||||
|
||||
export const foo = 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue