aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/prettier-graphql
diff options
context:
space:
mode:
authorMohsin Kaleem <mohkale@kisara.moe>2023-03-12 10:45:14 +0000
committerMohsin Kaleem <mohkale@kisara.moe>2023-03-12 10:45:14 +0000
commite2062d612d487aefd23c651879d479a429f3ecea (patch)
treec8c8918ddcf07f4afdc5a95b5badd6b91e44e01e /test/formatters/samplecode/prettier-graphql
parentceaddebf39dc0abf78f2e97b6fb75c87bceca6c5 (diff)
Update tests to fix failures from formatter definition changes
Diffstat (limited to 'test/formatters/samplecode/prettier-graphql')
-rw-r--r--test/formatters/samplecode/prettier-graphql/out.graphql8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/formatters/samplecode/prettier-graphql/out.graphql b/test/formatters/samplecode/prettier-graphql/out.graphql
index f406f63..89828da 100644
--- a/test/formatters/samplecode/prettier-graphql/out.graphql
+++ b/test/formatters/samplecode/prettier-graphql/out.graphql
@@ -1,6 +1,6 @@
{
- human(id: "1000") {
- name
- height(unit: FOOT)
- }
+ human(id: "1000") {
+ name
+ height(unit: FOOT)
+ }
}