Skip to content

Commit

Permalink
fix impl
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed May 13, 2024
1 parent cd480da commit 6a49871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-relay/printGraphQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const printDocASTReducer: any = {

// Document

Document: (node) => join(node.definitions, '\n\n') + '\n',
Document: (node) => join(node.definitions, '\n') + '\n',

OperationDefinition(node) {
const op = node.operation;
Expand Down

0 comments on commit 6a49871

Please sign in to comment.