Skip to content

Commit eb9b6c8

Browse files
committed
Prettier
1 parent e9f9628 commit eb9b6c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/validation/rules/OverlappingFieldsCanBeMergedRule.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import type { ASTVisitor } from '../../language/visitor';
1818
import type {
1919
GraphQLField,
2020
GraphQLNamedType,
21-
GraphQLOutputType} from '../../type/definition';
21+
GraphQLOutputType,
22+
} from '../../type/definition';
2223
import {
2324
getNamedType,
2425
isInterfaceType,

0 commit comments

Comments
 (0)