Skip to content

Commit aca05c6

Browse files
Vinayak KolagiVinayak Kolagi
authored andcommitted
Fixed the trailing whitespace
1 parent 02a6a41 commit aca05c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/mutations.tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ describe('jsonToGraphQLQuery() - mutations', () => {
1111
__args: { id: 1234 },
1212
id: true,
1313
}
14-
}
15-
}
14+
}
15+
};
1616
expect(jsonToGraphQLQuery(mutation, { pretty: true })).to.equal(
1717
`mutation {
1818
delete_post (id: 1234) {

0 commit comments

Comments
 (0)