Skip to content

Commit 87316f1

Browse files
committed
fix(style): Prettier
1 parent 6a3e0c8 commit 87316f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ test('Finds the right arguments', async t => {
2020

2121
const resolvers = {
2222
Query: {
23-
foo: () => ''
24-
}
23+
foo: () => '',
24+
},
2525
Mutation: {
2626
test: async (parent, args, ctx, info) => {
2727
t.is(args.upload, 'passes')

0 commit comments

Comments
 (0)