Skip to content

Commit

Permalink
add newlines to fixture files
Browse files Browse the repository at this point in the history
  • Loading branch information
dpchamps committed Mar 2, 2022
1 parent 90e40e1 commit 986242e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/swc/tests/fixture/issue-2964.case-1/input/.swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"keepClassNames": false,
"preserveDroppedComments": true
}
}
}
2 changes: 1 addition & 1 deletion crates/swc/tests/fixture/issue-2964.case-3/input/.swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"preserveDroppedComments": true
},
"minify": false
}
}
2 changes: 1 addition & 1 deletion crates/swc/tests/fixture/issue-2964.case-3/input/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ const x = ({y, ...rest}: /*todo: refactor any type*/ any) => {
y, // another comment
z: rest.z
}
}
}

0 comments on commit 986242e

Please sign in to comment.