Skip to content

Commit 3cf473a

Browse files
authored
Update update-appendix-c.mjs
line break
1 parent e274c76 commit 3cf473a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-appendix-c.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ The order of types, fields, arguments, values and directives is non-normative.
2525
const suffix = `
2626
\`\`\`
2727
`
28-
await writeFile(FILE, prefix + printSpecifiedScalars() + '\n\n' + introspectionSchema + suffix);
28+
await writeFile(FILE, prefix + printSpecifiedScalars() + '\n\n' + introspectionSchema + suffix);

0 commit comments

Comments
 (0)