Skip to content

Commit 0aad827

Browse files
committed
prettier
1 parent 1af7622 commit 0aad827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let root = {
3535
};
3636

3737
// Run the GraphQL query '{ hello }' and print out the response
38-
graphql({schema, source: '{ hello }', rootValue: root}).then((response) => {
38+
graphql({ schema, source: '{ hello }', rootValue: root }).then((response) => {
3939
console.log(JSON.stringify(response, null, 2));
4040
});
4141
```

0 commit comments

Comments
 (0)