Skip to content

Commit c3552b2

Browse files
committed
prettify
Signed-off-by: asararatnakar <[email protected]>
1 parent f45e618 commit c3552b2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

transforms/setters/api.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# We first transform the JSON result object from REST API the Graphql structure
1+
# We first transform the JSON result object from REST API the Graphql structure
22
# and then map the JSON response to the fields corresponding to the GraphQL type.
33

44
type Customer {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"endpoint": "api/miscellaneous"
3-
}
3+
}

transforms/setters/tests/Test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const {
66
testDescription = getTestDescription("snippets", __dirname);
77

88
describe(testDescription, function () {
9-
const tests = [
10-
]
9+
const tests = [];
1110
return deployAndRun(__dirname, tests);
12-
});
11+
});

0 commit comments

Comments
 (0)