Skip to content

Commit 9742f44

Browse files
committed
Tweak indentation
1 parent 3414997 commit 9742f44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

suites/unknown_operator.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"error": { "type": "Unknown Operator" }
1919
},
2020
{
21-
"description": "Multi-Key Object, both keys are valid operators. Should fail.",
22-
"rule": { "+": true, "-": true },
23-
"data": null,
24-
"error": { "type": "Unknown Operator" }
25-
}
21+
"description": "Multi-Key Object, both keys are valid operators. Should fail.",
22+
"rule": { "+": true, "-": true },
23+
"data": null,
24+
"error": { "type": "Unknown Operator" }
25+
}
2626
]

0 commit comments

Comments
 (0)