Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Jun 7, 2024
1 parent 824d55d commit e8e7298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-relay/__tests__/printGraphQL-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ function parsePrintFixture(name: string, content: string): PrinterFixture {
`Failed to parse ${name}. Unknown fixture format from the graphql-text-printer crate!`,
);
}
return {...match.groups as any, name} as PrinterFixture;
return {...(match.groups as any), name} as PrinterFixture;
}

0 comments on commit e8e7298

Please sign in to comment.