Skip to content

Commit 393b697

Browse files
Code-Hexgithub-actions[bot]
authored andcommitted
Apply auto lint-fix changes
1 parent 342b1b3 commit 393b697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/valibot/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import type {
1010
TypeNode,
1111
UnionTypeDefinitionNode,
1212
} from 'graphql';
13-
import { isEnumType, isScalarType } from 'graphql';
1413
import type { ValidationSchemaPluginConfig } from '../config.js';
1514
import type { Visitor } from '../visitor.js';
16-
1715
import { DeclarationBlock, indent } from '@graphql-codegen/visitor-plugin-common';
16+
17+
import { isEnumType, isScalarType } from 'graphql';
1818
import { buildApiForValibot, formatDirectiveConfig } from '../directive.js';
1919
import {
2020
InterfaceTypeDefinitionBuilder,

0 commit comments

Comments
 (0)