From 6503da7e495b521df33c8335872fe02a2e10fc9a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:14:46 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../$resumeId/-sidebar/right/sections/custom-styles.test.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/web/src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.test.tsx b/apps/web/src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.test.tsx index 74613e8a0..63b179e1d 100644 --- a/apps/web/src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.test.tsx +++ b/apps/web/src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.test.tsx @@ -348,9 +348,7 @@ describe("CustomStylesSectionBuilder", () => { expect(borderWidthInput).toHaveValue(24); expect(updateResumeData).toHaveBeenCalledTimes(1); - const recipe = updateResumeData.mock.calls[0]?.[0] as (draft: { - metadata: { styleRules: StyleRule[] }; - }) => void; + const recipe = updateResumeData.mock.calls[0]?.[0] as (draft: { metadata: { styleRules: StyleRule[] } }) => void; const draft = { metadata: { styleRules: structuredClone(styleRules) } }; recipe(draft);