Skip to content

Commit

Permalink
πŸ› Update snapshots due to breaking prettier change
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurickh committed Jun 24, 2020
1 parent c0623bc commit 31272ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__snapshots__/integration.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`ouxe running prettier writes all files 1`] = `
"export default function potato() {
let a, b, c
;[a, b, c].forEach(x => 0)
;[a, b, c].forEach((x) => 0)
}
"
`;
Expand Down

0 comments on commit 31272ed

Please sign in to comment.