Skip to content

Commit 7903b90

Browse files
chore: Format jsonata-test/main.go
Co-Authored-By: [email protected] <[email protected]>
1 parent 52ab795 commit 7903b90

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

jsonata-test/main.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,13 @@ func runTest(tc testCase, dataDir string, path string) (bool, error) {
179179
// loadTestExprFile loads a jsonata expression from a file and returns the
180180
// expression
181181
// For example, one test looks like this
182-
// {
183-
// "expr-file": "case000.jsonata",
184-
// "dataset": null,
185-
// "bindings": {},
186-
// "result": 2
187-
// }
182+
//
183+
// {
184+
// "expr-file": "case000.jsonata",
185+
// "dataset": null,
186+
// "bindings": {},
187+
// "result": 2
188+
// }
188189
//
189190
// We want to load the expression from case000.jsonata so we can use it
190191
// as an expression in the test case

0 commit comments

Comments
 (0)