Skip to content

Commit

Permalink
add missing blank spaces between the input
Browse files Browse the repository at this point in the history
  • Loading branch information
bellini666 committed Feb 9, 2025
1 parent 96b3724 commit 33e08af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_printer/test_schema_directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def foo(self, info) -> str: ...
directive @fooDirective(input: FooInput!, optionalInput: FooInput) on FIELD_DEFINITION
type Query {
foo: String! @fooDirective(input: {a: "something"})
foo: String! @fooDirective(input: { a: "something" })
}
input FooInput {
Expand Down

0 comments on commit 33e08af

Please sign in to comment.