Skip to content

Commit 843394c

Browse files
committed
Fix indent
1 parent 6d1630d commit 843394c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/type/__tests__/introspection-test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,12 +1807,12 @@ describe('Introspection', () => {
18071807
const schema = buildASTSchema(
18081808
parse(
18091809
`
1810-
type Query {
1811-
someField: String
1812-
}
1813-
directive @isNotDeprecated on FIELD_DEFINITION
1814-
directive @isDeprecated @deprecated(reason: "No longer supported") on FIELD_DEFINITION
1815-
`,
1810+
type Query {
1811+
someField: String
1812+
}
1813+
directive @isNotDeprecated on FIELD_DEFINITION
1814+
directive @isDeprecated @deprecated(reason: "No longer supported") on FIELD_DEFINITION
1815+
`,
18161816
{ experimentalDirectivesOnDirectiveDefinitions: true },
18171817
),
18181818
);

0 commit comments

Comments
 (0)