Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Sep 14, 2024
1 parent cfd7f78 commit 5213e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/validation/rules/OverlappingFieldsCanBeMergedRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import type { ASTVisitor } from '../../language/visitor';
import type {
GraphQLField,
GraphQLNamedType,
GraphQLOutputType} from '../../type/definition';
GraphQLOutputType,
} from '../../type/definition';
import {
getNamedType,
isInterfaceType,
Expand Down

0 comments on commit 5213e68

Please sign in to comment.