diff --git a/src/__snapshots__/integration.test.ts.snap b/src/__snapshots__/integration.test.ts.snap index e116eb5..3b89df7 100644 --- a/src/__snapshots__/integration.test.ts.snap +++ b/src/__snapshots__/integration.test.ts.snap @@ -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) } " `;