Skip to content

Commit abc0d2f

Browse files
saihajIvanGoncharov
authored andcommitted
style: consistent spacing
1 parent 985f27b commit abc0d2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/language/parser.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ export interface ParseOptions {
8989
* `variableDefinitions` field of the FragmentDefinitionNode.
9090
*
9191
* The syntax is identical to normal, query-defined variables.
92-
*```graphql
93-
* fragment A($var: Boolean = false) on T {
92+
* ```graphql
93+
* fragment A($var: Boolean = false) on T {
9494
* ...
9595
* }
96-
*```
96+
* ```
9797
*/
9898
allowLegacyFragmentVariables?: boolean;
9999
}

0 commit comments

Comments
 (0)