Format code

This commit is contained in:
Christian Legnitto 2020-01-29 02:55:39 -05:00 committed by Christian Legnitto
parent c8bec0fba3
commit 211737cee0

View file

@ -422,7 +422,11 @@ mod fromform_tests {
#[test]
fn test_variables_invalid_json() {
check_error("query=test&variables=NOT_JSON", "expected value at line 1 column 1", false);
check_error(
"query=test&variables=NOT_JSON",
"expected value at line 1 column 1",
false,
);
}
#[test]