Skip to content

Commit a9982fa

Browse files
committed
spacing
1 parent b478355 commit a9982fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/language/kinds_.ts

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export type INPUT_OBJECT_TYPE_DEFINITION = typeof INPUT_OBJECT_TYPE_DEFINITION;
9090
/** Directive Definitions */
9191
export const DIRECTIVE_DEFINITION = 'DirectiveDefinition';
9292
export type DIRECTIVE_DEFINITION = typeof DIRECTIVE_DEFINITION;
93+
9394
/** Type System Extensions */
9495
export const SCHEMA_EXTENSION = 'SchemaExtension';
9596
export type SCHEMA_EXTENSION = typeof SCHEMA_EXTENSION;

0 commit comments

Comments
 (0)